- Live demo: https://reclean.herokuapp.com/
- Current version: INDEV-20190325
- Current state: (deep) INDEV
- Author: Amadeusz Blanik amadeusz@blanik.me (https://blanik.me)
- License: GPL v3
- yarn install
- yarn dev
- Ready on http://localhost:8081
If you want to run it on VPS or VM just try sh vm-install.sh
and then set reverse proxy to port 8081.
Just type sh update.sh
in your terminal.
or paste
git pull;yarn install;yarn build;sudo pm2 stop "reaclean";sudo pm2 start "reaclean"
into your terminal.