werefox-cafe/README.md

22 lines
519 B
Markdown
Raw Normal View History

2021-04-26 11:02:14 -05:00
# Source Code for [info.werefox.dev](https://info.werefox.dev)
2021-04-07 15:46:55 -05:00
2021-04-26 11:02:14 -05:00
Here's all the source code for the site I generate at [info.werefox.dev](https://info.werefox.dev).
(If the subdomain changes, I'll update the README)
## Usage
I don't really have any instructions for ya yet, but if you wanna get this up and running yourself, here are some usage steps.
You can use `start.sh` to start up the container in Dev mode.
```
./start.sh dev
```
Or, if you want to build for Production:
```
./start build
./start start
```