@heduapp/playground
v0.15.8
Published
Interactive SVG images for H-Edu Books.
Downloads
1
Readme
Playground
Usage
Install
- Configure SSH Config to access GitHub.
- Pick your version, from releases.
npm install git+ssh://[email protected]: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
- [ ] Are all tests passing?
- [ ] Have you ran prettier?
Release new version
npm version major|minor|patch # Should be same as the version in the commit message
npm run release
- Create a new release from the generated tag