https://github.com/sesh/nicerun
Nice Run! Generate an image of your run to share.
https://github.com/sesh/nicerun
Last synced: about 1 year ago
JSON representation
Nice Run! Generate an image of your run to share.
- Host: GitHub
- URL: https://github.com/sesh/nicerun
- Owner: sesh
- Created: 2023-01-03T07:13:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T00:17:18.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T18:12:45.752Z (about 1 year ago)
- Language: Python
- Size: 474 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nice Run!
Nice Run! is a simple web app to create screenshot of running activities that can be shared on social media.
It's a work in progress, but it's close to being _usable_ by others.
## Example

(overall look and feel evolving...)
## Usage
### Running the initial migrations
```bash
pipenv run python manage.py migrate
```
### Running the development server
```bash
pipenv run python manage.py runserver
```
### Running the tests
```bash
pipenv run python manage.py test
```
### Deploying to a VPS
Notes:
- Ansible must be installed on your local machine
- Target should be running Debian 11
```bash
pipenv run python manage.py up nice-run.com --email=
```
---
Generated with [sesh/djbs](https://github.com/sesh/djbs).