Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 541 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 541 Bytes

A simple file-sharing server for screenshots and the like.

Configuration

All userdata is stored inside of the "usr" subdirectory. Please do not modify anything outside of this folder.

Also, back up the "usr" folder if you want to do backups.

Installation

git clone https://github.com/justinoboyle/fileup
cd fileup
npm install

Package for production

npm run build

Run production

npm start

Run development environment

npm run dev