mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 02:13:03 -06:00
14 lines
139 B
Markdown
14 lines
139 B
Markdown
# runnerspace
|
|
|
|
A retro myspace clone for UTSA students.
|
|
|
|
# Setup
|
|
|
|
Use Python 3.8.
|
|
|
|
```bash
|
|
pip install pipenv
|
|
pipenv install
|
|
flask run
|
|
```
|