Playground
Usage
Install
- Configure SSH Config to access GitHub.
- Pick your version, from releases.
npm install git+ssh://git@github.com:HeduApp/playground.git#PICKED_VERSION
Code
Contributing
Run development server
npm develop
Tests
Alsatian is used as a testing framework and test runner, Enzyme is used to test JSX.
To run tests:
npm run test
npm run test-watch
Code style
Code style is enforced by prettier
To prettify code:
npm run prettier
npm run prettier-watch
Before pushing to master
Release new version
npm version major|minor|patch
npm run release