diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d45cb --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..26551f3 --- /dev/null +++ b/TODO.md @@ -0,0 +1,3 @@ +- Finish edit function +- Add login for management page +- Add RSS feed generator \ No newline at end of file