Code for Cause home website
Contributions and PR
- PRs should be generated against
development
. - Remember to run
npm run format
before creating pull request. - Netlify willl create a preview inside pull request, Please check if your work is fine.
- Development, preview and sandbox uses our https://authbox.codeforcause.org server.
Sandbox Deployment
you can find sandbox deployment at https://sandbox.codeforcause.org
Build Setup
# install dependencies
npm install
# development run
npm run start
# build for production
npm run build
Design
- Home : Web, Mobile, Mobile Nav, Figma.
Project Structure
.
├── build # Compiled files
├── src # Source files
└── ...
Src Structure
.
├── ...
├── src
│ ├── ...
│ ├── assets # assets for the website
| ├── index.js # starting point
│ └── ...
└── ...