This commit is contained in:
maaa 2024-03-11 21:54:12 +01:00
parent 2242a377b9
commit d37608fb54
1 changed files with 3 additions and 1 deletions

View File

@ -8,11 +8,13 @@ cp config.ini.example config.ini
python3 init_db python3 init_db
``` ```
In login.js, main.js, signup.js, make sure to set the "remote" variable to "".
Edit config.ini to your liking, then to start the server run: Edit config.ini to your liking, then to start the server run:
``` ```
python3 main python3 main
``` ```
### Links ### Links
[Go to the Burgernotes website](https://notes.hectabit.org) [Go to the Burgernotes website](https://notes.hectabit.org)