mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
467 B
467 B
FileDrop
It uses PeerJS server at http://file-drop-peer-server.herokuapp.com.
Setup
- Run
npm -g install grunt-clito install Grunt. - Run
npm installto install Node.js dependencies. - Run
bundle installto install Ruby dependencies. - Run
cp .env{.sample,}to create.envwith required environment variables. - Run
grunt serveto start the server onlocalhost:8000.
To run production build locally, run grunt env:dev serve:dist.