Update with run instructions
This commit is contained in:
parent
2ddce57271
commit
c233dfb9d7
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -1,5 +1,15 @@
|
|||
# Rock Paper Scissors Game
|
||||
|
||||
## Instructions
|
||||
|
||||
```bash
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
uvicorn app.main:app --host 0.0.0.0 --port 8080
|
||||
```
|
||||
|
||||
## Stack
|
||||
|
||||
I used uvicorn + FastAPI for the backend, and simple JS + HTML + Bulma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue