Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 594 Bytes

dev.syntacticus.org

This is the documentation site for Syntacticus.

The documentation is built using VuePress.

To get started, install the dependencies and start a development server:

npm install
npm run docs:dev

The site is automatically deployed by Travis CI. See the build history here for the latest deployments.

To manually build and deploy run

npm run docs:deploy