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