The github-issues-ui is an UI that connects to the github issues API. See https://github.com/no-donut-for-you/github-issues-api
$ cd github-issues-api
$ npm install
$ cd ../github-issues-api
$ bundle install
$ rails s
$ cd github-issues-api
$ npm start
You can access the Github issues UI on the port 8080. http://localhost:8080/issues
First, you need to install Docker.
The github-issues-ui has the github-issues-api as a dependency. For this reason, both projects should be placed in the same dir to run it using Docker.
+-- github-issues
| +-- github-issues-api
| +-- github-issues-ui
$ cd github-issues-ui
$ make run-app
or
$ docker-compose up github-issues-ui