Platform where kids train their own AI models
- copy
config.js.examplein the project root asconfig.js - modify vars as needed
npm installto download necessary node packages
npm run devto start server and watch for js + scss file changes. The browser still needs a refresh on each change, and handlebars files are not watched- open in
http://localhost:xxxx/, with xxxx being themodule.exports.SERVER_PORTis set in config.js
npm run sass-build
npm run prod-node-server