@heduapp/playground
v0.15.8
Published
Interactive SVG images for H-Edu Books.
Downloads
4
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_VERSIONCode
Contributing
Run development server
npm developTests
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-watchCode style
Code style is enforced by prettier
To prettify code:
npm run prettier
npm run prettier-watchBefore 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
