This is a demo project for a brown bag presentation @ Cegeka.
"A brief look at what my team and I had learned about Svelte during Exploration Days 2022 at Cegeka."
Running the Svelte frontend:
npm run frontend
Running the NodeJs backend that provides websocket events:
npm run backend
(in the backend folder)
npm init vite@latest