This is a project by mchlebosz
To check full repo repo
Install the dependencies...
cd CAPSys
npm install...then start Rollup:
npm run devNote that you will need to have Node.js installed.
Navigate to localhost:5000. You should see your app running.
You can also open it on mobile devices connected to your network by opening http://your_pc_ip:5000
To check your ip address run in terminal:
On Windows
ipconfigOn Linux
ifconfigOn Max
ipconfig getifaddr en0If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.