comics/README.md

15 lines
424 B
Markdown

# Comics
The source code for the [Black Ram Comics](https://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.***