Renestl / calltocode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calltocode.org

nonprofit travis test

logo

Platform where college students can get development experience by working with nonprofits.

Get Started

$ yarn                                # install dependencies (npm install)
$ yarn start:dev                      # run in watch mode (npm run start:dev)
$ yarn start                          # run in normal mode (npm run start)
$ yarn build                          # generate client distribution (npm run build)
$ yarn test                           # run tests (npm test)
$ git solo <initials>                 # if you are working solo
$ git duet <initials-1> <initials-2>  # if you are pairing with someone

*Although yarn is recommended, you may use npm natively. The corresponding npm commands are in parenthesis above.

Additonal Info

  1. Setup
  2. Contributing
  3. Windows Shell Setup

About

License:MIT License


Languages

Language:JavaScript 86.1%Language:CSS 13.5%Language:HTML 0.4%