mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 04:23:48 +01:00
Solid start, README added, halloween carve drawing works, but doesn't do anything yet.
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
LoginWeen is a an app where you login/register with a halloween pumpkin carving as a password.
|
||||
|
||||
Live Demo (coming soon!): https://loginween.csd4ni3l.hu
|
||||
|
||||
# Install
|
||||
|
||||
## Download source & use uv
|
||||
- Download source and change to it's directory
|
||||
- copy `.env.example` to `.env` and update the settings as you like.
|
||||
- `uv run loginween`
|
||||
|
||||
## Download source & use pip
|
||||
- Download source and change to it's directory
|
||||
- copy `.env.example` to `.env` and update the settings as you like.
|
||||
- `pip3 install -r requirements.txt`
|
||||
- `python3 loginween/app.py`
|
||||
|
||||
## Docker
|
||||
- Coming soon!
|
||||
Reference in New Issue
Block a user