Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 410 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 410 Bytes

Parallax Developer Docs

Developer documentation built with VuePress, constructed of markdown files

Contributing

You will need VuePress installed globally

yarn global add vuepress

OR

npm install -g vuepress

Then to start a local development server run

yarn dev

OR

npm run dev

Built with:

  • vuepress 0.14.8
  • node 8.14.0
  • yarn 1.12.3