samdoidge.com

Updated October 2024.

Running locally

Prerequisites: Docker.

  1. Clone the repository.
  2. Ensure Docker is running.
  3. Navigate to the folder and run docker-compose up.
  4. View the website at http://localhost:4000/.

Updating the Gemfile

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.