Skip to content

yashsehgal/codeforcause.org

 
 

Repository files navigation

Discord Chat on Telegram Twitter URL

Code for Cause home website

Contributions and PR

GitHub issues by-label

  • PRs should be generated against development.
  • Remember to run npm run format before 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

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

Project Structure

.
├── build                   # Compiled files
├── src                     # Source files
└── ...

Src Structure

.
├── ...
├── src
│   ├── ...
│   ├── assets              # assets for the website
|   ├── index.js            # starting point
│   └── ...
└── ...

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • CSS 2.5%
  • Other 0.2%