Etheroll ReactJS
- Production: https://andremiras.github.io/etheroll/
- Staging: https://etheroll.herokuapp.com/
Experimental project running an alternative Etheroll frontend on ReactJS. If you're looking for the mobile app instead, see EtherollApp.
Closed down
The upstream project/smart-contract closed down. https://www.reddit.com/r/etheroll/comments/peeekh/etheroll_is_closing_down/
Run
make startInstall
makeTest
make lint
make testDocker
We provide a Dockerfile that can be used for development or production. Build and run with:
docker-compose upThe application will be served on both port 80 (default HTTP) and 3000 (default Node.js port).
Find out more reading the docker-compose.yml file.
Deployment
The app can be deployed on GitHub pages when releasing via:
make deployIt can also be deployed on Heroku for staging:
git push heroku develop:master
