sun-documentation
v0.0.1
Published
## Development
Downloads
1
Readme
Documentation
Development
Installation package:
npm iYou can now start writing with:
npm run docs:devTo generate static assets, run:
npm run docs:buildDeployment
Installation package:
npm i --productionRun backend server:
pm2 start index.jsDeploy to GitHub Pages:
npm run docs:deploy