Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 499 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 499 Bytes

Dropper

What is Dropper?

Dropper is a simple file storage server written in Javascript. The backend server uses ExpressJS, the frontend SvelteJS and Tailwind.

Setup

  1. Download Dropper
git clone https://github.com/KainAlive/Dropper](https://github.com/KainAlive/Dropper

(or download the zip file)

  1. Install the dependencies
  • Server:
cd server
npm install
  • Client:
cd client
npm install
npm run build
  1. Start the server
npm run test