Documentation for The Aurora Platform
The project is built using npm from the current Node LTS. Install with nvm;
nvm install --lts
Then run
npm ci
to install the dependencies.
npm start
will start a local web server and continuously build the documentation as you make changes.
To update the gh-pages branch and in turn publish to https://skatteetaten.github.io/aurora/ run
npm deploy