Homepage for the San Francisco chapter of Represent.Us
Build using vuepress on node. Hosted on github pages. Fork the repo, make changes, and submit a pull request.
- The homepage uses a custom layout based on the default vuepress home.
- I copied the template to custom-home.vue and a few dependencies.
- This was so that I could make changes without ejecting the home template so as not to miss out on future updates.
$ npm run dev # to run development server
$ npm run build # to build files to .vuepress/dist
$ ./deploy.sh # to deploy files to github pages