From e820382c2876035a077f5393c242e2836c7767ff Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Mon, 26 Apr 2021 16:02:14 +0000 Subject: [PATCH] Updated README. --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72c7d25..8c3ddf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -# ReactJS Docker Compose +# Source Code for [info.werefox.dev](https://info.werefox.dev) -That's it, it's just this. +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 +``` \ No newline at end of file