- 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.
The upstream project/smart-contract closed down. https://www.reddit.com/r/etheroll/comments/peeekh/etheroll_is_closing_down/
make start
make
make lint
make test
We provide a Dockerfile that can be used for development or production. Build and run with:
docker-compose up
The 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.
The app can be deployed on GitHub pages when releasing via:
make deploy
It can also be deployed on Heroku for staging:
git push heroku develop:master