@culturehacklabs/genki-reloaded
v2.8.0
Published
Genki text editor
Downloads
180
Readme
Genki Reloaded
Custom editor for CHL Dashboard
Development
To start the live reloading server run:
npm startTo build the app for production, run:
npm run buildTo run the unit tests once, run:
npm testTo run the unit tests and watch for file changes during development, run:
npm run test.watch