aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1900d71b2e0f3bd69c6e611f4590d7825ce2c015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File[Me]up / shady_file_upload

File upload service that just about works most of the time


## Setup

- Make sure php/configuration.php is pointing to a sane database. 
- Execute INIT_DATABASE.sql on that database
- Build the JavaScript

## Building the JavaScript

On Windows, just run `build.ps1'.

Otherwise, 
```
npm install # you only need to run this once
npx tsc
npx esbuild --bundle temp/main.js --outfile=build/bundle.js
```