Codebase of the BITSkrieg Website
- Find .jsx and .css files in 'src' folder
- App.css contains the styling for all the components
- Components are listed under 'src/components'
- This project uses Vite+React.
- This project uses 'react-scroll' module.
- Clone this repo to get it on your local machine
- Initialise you local dev environment.
- You might need:
npm run installTo install dependenciesnpm install 'react-scroll'To install react-scrollnpm run devTo set up local dev servernpm run buildTo build the vite app (You don't really need this if you're satisfied with dev server)npm run previewTo view the build preview (Again, you don't need this)- The build command is run at deployment by default.