Skip to content

aaronlwan/codethechange.github.io

 
 

Repository files navigation

Deployment Note

Note that our master branch is actually our deployment branch, so the workflow involves checking out the dev branch. PR's should go into that branch.

After cloning, to run dev server

yarn
yarn serve

Compiles and minifies for production

yarn run build

Deploy to production

./deploy.sh

Lints and fixes files

yarn run lint

About

Stanford Code the Change's website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 81.1%
  • HTML 12.0%
  • Python 3.4%
  • JavaScript 2.4%
  • Other 1.1%