added README and TODO

This commit is contained in:
TheLastBilly 2023-05-21 23:19:05 -04:00
parent 78aa6bea18
commit 627983ccae
2 changed files with 18 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Comics
The source code for the [Black Ram Comics](comics.blackram.works) website.
## Building
```bash
go build .
```
## Deploying
```bash
./comics # for the web server
./comics -r # for the management interface
```
***Note: Keep in mind the web server and management interface will run on the same port by default, so if you are planning on running both, use `-p` to make either of them use a different port.

3
TODO.md Normal file
View File

@ -0,0 +1,3 @@
- Finish edit function
- Add login for management page
- Add RSS feed generator