Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.04 KB

Represent Us SF Website

Homepage for the San Francisco chapter of Represent.Us

Development

Build using vuepress on node. Hosted on github pages. Fork the repo, make changes, and submit a pull request.

Dev Notes
  • 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.

Deployment

$ npm run dev      # to run development server
$ npm run build    # to build files to .vuepress/dist
$ ./deploy.sh      # to deploy files to github pages

Attributions