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