{{ description }}
1. Add eval scripts for data - DONE
2. Add localization duplicate
3. Add search in snippets and page
4. Add file manager
# 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