https://github.com/pjaerr/isolation-run
A silly website that helps you keep up your running habit whilst in isolation/lockdown/quarantine.
https://github.com/pjaerr/isolation-run
Last synced: about 1 year ago
JSON representation
A silly website that helps you keep up your running habit whilst in isolation/lockdown/quarantine.
- Host: GitHub
- URL: https://github.com/pjaerr/isolation-run
- Owner: Pjaerr
- License: gpl-3.0
- Created: 2020-03-24T20:40:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T08:18:28.000Z (over 3 years ago)
- Last Synced: 2025-05-08T22:54:03.412Z (about 1 year ago)
- Language: Svelte
- Homepage: https://isolation-run.onrender.com
- Size: 746 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Isolation Run
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](https://twitter.com/devdevcharlie/status/1241812642852995074) by @devdevcharlie where they did this with pose detection!
You can view a live demo at the following link: https://isolation-run.onrender.com
## Getting Setup Locally
1. Clone this repository
2. Run `npm run setup` to install all dependencies and build the frontend
3. 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](https://ngrok.com/) 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.*
## Contributing
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.