Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 350 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 350 Bytes

CMShelper

{{ description }}

TODO

1. Add eval scripts for data - DONE
2. Add localization duplicate
3. Add search in snippets and page
4. Add file manager

Usage

# install dependencies
npm install

# watch client and server at localhost:3000
npm run watch

# build and minify client js for production
npm run build-client