This guide explains how DxE tech works. To edit this guide, go to github.com/dxe/docs.
For local development:
npm install
npm run start
To build the production site (do this before every commit):
npm run build
git remote add dokku [email protected]:docs
git push dokku master