summaryrefslogtreecommitdiff
path: root/old/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'old/README.md')
-rw-r--r--old/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/README.md b/old/README.md
new file mode 100644
index 0000000..bed830b
--- /dev/null
+++ b/old/README.md
@@ -0,0 +1,12 @@
+# senders-io
+Personal Homepage, Blog, Resume
+
+# run locally
+To run this locally you'll just need docker!
+
+`$ ./docker-run.sh` will launch an `nginx` server with the contents of `www` loaded into server and can be accessed at [http://localhost]
+
+# deploy
+To deploy run `./deploy.sh` this will require the AWS CLI to be configured properly, so make sure your creds are setup in the environment.
+
+It will also commit and create the `www/version.txt` file with the date of deployment.