A silly website that helps you keep up your running habit whilst in isolation/lockdown/quarantine made using Svelte, Node and WebSockets.
This was inspired by a tweet by @devdevcharlie where they did this with pose detection!
You can view a live demo at the following link: https://isolation-run.onrender.com
-
Clone this repository
-
Run
npm run setup
to install all dependencies and build the frontend -
Run
npm start
to start the backend/local server
You should now be able to see the site at http://localhost:3000
. That won't be much use, so you should probably install something like ngrok so that you can access your local host on both your computer and your phone.
This project makes use of WebSockets and will require a secure HTTPS connection, ngrok supports this but for other development environments (such as chrome port forwarding) you may need to set it up yourself.
If you feel like contributing please check the Issues page for features/bugs, or raise your own issue with ideas or any bugs you encounter.