blob: 2afd9f0b2fe289b2e796251a61af7cb1a088fa76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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.
|