comics/README.md

15 lines
424 B
Markdown
Raw Normal View History

2023-05-22 03:19:05 +00:00
# Comics
2023-05-22 03:22:02 +00:00
The source code for the [Black Ram Comics](https://comics.blackram.works) website.
2023-05-22 03:19:05 +00:00
## Building
```bash
go build .
```
## Deploying
```bash
./comics # for the web server
./comics -r # for the management interface
```
2023-05-22 03:19:49 +00:00
***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.***