Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

codeforcauseorg/archive.codeforcause.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 3, 2021
0a5308d · Dec 3, 2021
Aug 28, 2020
Oct 10, 2020
Jun 28, 2020
Dec 3, 2021
Dec 3, 2021
May 1, 2020
May 1, 2020
May 1, 2020
Oct 18, 2020
Aug 28, 2020
Jun 22, 2021
Jul 4, 2020
Mar 5, 2021
Nov 8, 2020
Aug 7, 2020
Jan 12, 2021
Nov 15, 2020
Sep 23, 2020
Jun 29, 2020
Sep 9, 2021
Aug 10, 2021

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
│   └── ...
└── ...