- PRs should be generated against development.
- Remember to run npm run formatbefore creating pull request.
- Netlify will create a preview inside pull request, please check if your work is fine.
- When in doubt, ask your queries on #cfc-website channel on our Discord server
You can find sandbox deployment at https://sandbox.codeforcause.org
# install dependencies
npm install
# development run
npm run start
# build for production
npm run build- Home : Web, Mobile, Mobile Nav, Figma.
.
├── build                   # Compiled files
├── src                     # Source files
└── ...
.
├── ...
├── src
│   ├── ...
│   ├── assets              # assets for the website
|   ├── index.js            # starting point
│   └── ...
└── ...
