summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 26 insertions, 2 deletions
diff --git a/README b/README
index 0b618a9..2afd9f0 100644
--- a/README
+++ b/README
@@ -1,2 +1,26 @@
-luckyplop
-=========
+# plop
+
+Standalone drag-and-drop image upload website.
+
+## Installation
+
+Create a MySQL database and user for this project.
+
+`cp sample-env .env` and edit accordingly.
+
+Install all the modules and spin it up:
+
+```
+npm install
+./node_modules/.bin/knex migrate:latest
+pm2 start index.js --name plop
+```
+
+## Building the javascript
+
+```
+grunt
+```
+
+The app.min.js file should already be in git for convenience.
+