Skip to content

bitskriegofficial/BITSkrieg-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Instructions

  • Clone this repo to get it on your local machine
  • Initialise you local dev environment.
  • You might need:
  • npm run install To install dependencies
  • npm install 'react-scroll' To install react-scroll
  • npm run dev To set up local dev server
  • npm run build To build the vite app (You don't really need this if you're satisfied with dev server)
  • npm run preview To view the build preview (Again, you don't need this)
  • The build command is run at deployment by default.