This is the development repo for Hack4Bengal season 3. The website is built Vite(React), and Twitter Bootstrap.
- This will be deployed to
hack4bengal.tech
once we have finalized the design and the content. - Until then development workflow will contibue here.
- The
main
branch will be deployed todev.hack4bengal.tech
for testing purposes. - NO-ONE except the leads, owners are allowed to push directly to
main
branch. Please create a PR and get it reviewed before merging tomain
branch.
- Clone the repo
- Run
npm install
to install all the dependencies - Run
npm run dev
to start the development server
pages
folder contains all the pages example/live
route will be thepages/live/Live.jsx
filecomponents
folder contains all the components, examplecomponents/Navbar.jsx
will be the navbar componentstyles
folder contains the global styles.public
folder contains all the static assets like images, fonts, etc.utils
folder contains all the utility functions.assets
folder contains all the assets like images, fonts, etc.