diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,2 +1,22 @@ -luckyplop -========= +# plop + +Standalone drag-and-drop image upload website. + +## Installation + +Create a MySQL database and user for this project. + +``` +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. + |
