spaceforestbeta
v1.0.0
Published
Downloads
34
Readme
SpaceForest
Need to write something here!
Build React components
npm run compile:components
Build Styles
npm run compile:styles
Create Production Package
npm run compile
Generate and run Documentation
npm run docs
Release
# commit all latest changes
# Bump version it could be patch, minor, major
npm run release:patch
# publish package to NPM registry
npm publish
# deploy the website
npm run deploy
External documentation
- (Changelog generation)[https://www.npmjs.com/package/generate-changelog]