Platform where kids train their own AI models
- copy
config.js.example
in the project root asconfig.js
- modify vars as needed
npm install
to download necessary node packages
npm run dev
to 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_PORT
is set in config.js
npm run sass-build
npm run prod-node-server