Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 829 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (30 loc) · 829 Bytes

Contributing

Development

Install

Clone the project on your computer, and install Node. This project also uses nvm.

Working on the project

Everything mentioned in the installation process should already be done.

# Make sure you use the right node version.
nvm install
# Start the the development tools in watch mode.
yarn start
# Runs linting.
yarn lint
# Runs tests.
yarn test

Run the demo

Everything mentioned in the installation process should already be done.

# Make sure you use the right node version.
nvm use
# Start the server and the development tools.
yarn start-demo

Publish

npm version [TYPE]
git push origin master --tags
npm publish