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