/developer-docs

The go-to place for guides, examples and explanations of both front and back end practices.

MIT LicenseMIT

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