Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

AndreMiras/etheroll

Repository files navigation

Etheroll ReactJS

Build Status

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 start

Install

make

Test

make lint
make test

Docker

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.

Deployment

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