Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 423 Bytes

Grid Editor

GitHub release

Code formatting using prettier

Format validator is run on every push, please make sure to run the prettier code formatter before pushing code to the repository!

npm i
npm run format

Run app in WEB development mode

npm i
npm run web-dev