10 lines
374 B
Markdown
10 lines
374 B
Markdown
# trinkey/tlm
|
|
a todo list manager but in php so it sucks
|
|
|
|
https://todo.trinkey.com
|
|
|
|
## how to run
|
|
- make sure php and postgres are installed
|
|
- setup your config file (`cp config.example.php config.php` then edit it to your needs)
|
|
- create the database run `php setup.php` to setup the database
|
|
- setup your server however you do it (ex. `php -S localhost:8000` for testing)
|