This is the development repo for Hack4Bengal season 3. The website is built Vite(React), and Twitter Bootstrap.
- This will be deployed to
hack4bengal.techonce we have finalized the design and the content. - Until then development workflow will contibue here.
- The
mainbranch will be deployed todev.hack4bengal.techfor testing purposes. - NO-ONE except the leads, owners are allowed to push directly to
mainbranch. Please create a PR and get it reviewed before merging tomainbranch.
- Clone the repo
- Run
npm installto install all the dependencies - Run
npm run devto start the development server
pagesfolder contains all the pages example/liveroute will be thepages/live/Live.jsxfilecomponentsfolder contains all the components, examplecomponents/Navbar.jsxwill be the navbar componentstylesfolder contains the global styles.publicfolder contains all the static assets like images, fonts, etc.utilsfolder contains all the utility functions.assetsfolder contains all the assets like images, fonts, etc.