Readme updated May 2026.
Prerequisites: Docker.
- Clone the repository.
- Ensure Docker is running.
- Navigate to the folder and run
docker-compose up. - View the website at http://localhost:4000/.
To update the Gemfile.lock you will need to run bundle update within the Docker container.
Docker Desktop allows you to open the terminal within the visual IDE, then simply type the command above.