Create README.md
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Kahoot Flooder
|
||||||
|
[Live version](https://kahoot.kasetoatz.com/)
|
||||||
|
|
||||||
|
# Running locally
|
||||||
|
Use any webserver like nginx to host the contents of the html folder.
|
||||||
|
|
||||||
|
Install python requirements:
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the application:
|
||||||
|
```bash
|
||||||
|
python app.py -p PORT
|
||||||
|
```
|
||||||
|
Replace port with the port you want to run the application on.
|
Reference in New Issue
Block a user