Source code for the Bllack Ram Comics website
https://comics.blackram.works
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
templates | 1 week ago | |
.gitignore | 2 weeks ago | |
README.md | 2 weeks ago | |
TODO.md | 2 weeks ago | |
comics.go | 1 week ago | |
go.mod | 2 weeks ago | |
go.sum | 2 weeks ago | |
manager.go | 1 week ago |
README.md
Comics
The source code for the Black Ram Comics website.
Building
go build .
Deploying
./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.