Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 327 Bytes

OneNight

See the website in action on http://1night.online

Running this website should be as simple as python3 server.py

To run in development, you can change the second to last line so it isn't running on port 80.

Also, there are some required dependencies for the webserver. pip3 install flask pip3 install gevent