this repo is no longer developed; got merged into kumu-server
This is Svelte app to provide classroom tool for Chinese ESL teachers. It's based on svelte v3 webpack template.
with Node.js installed...
Install the dependencies...
cd kumu-webclient
npm install
This app also uses fontawesome icons font so you'll need to copy the solid font files into the directory public/font-awesome
It also serves the nunito font locally, so that should be copied from node_modules/nunito-fontface into public/nunito
...then start webpack:
npm run dev
Navigate to localhost:8080.