Tablet-first comic reader
Web based, tablet-first comic reader.
Local development is done with Docker Compose and uses the ruby:alpine and postgres:alpine repos.
Make sure you have Docker Compose installed, then run:
$ docker-compose up
Once both containers are running (web
and db
), run the setup helper:
$ docker-compose run --rm web ./bin/setup
There’s a wrapper script web.sh
that can be used to run commands in the web
container:
$ ./bin/web.sh rake routes
After the containers are running and the app is setup, hit http://localhost:3000 in your browser and you should be redirected to the initial User setup.
This will setup an admin account, which you can later use to add more users, etc.