The Freelancer’s Journey

Deployment

This site is deployed on GitHub Pages automatically.

Testing locally

Prerequisites

  • Install the latest version of Docker to get started.

First-time setup

Install and build the site’s dependencies by running in your terminal:

docker compose build

Start the site

To run the site locally, run in your terminal:

docker compose up
  • You’ll be able to see the site at http://localhost:4000.
  • The site will rebuild automatically as you make edits.
  • To exit the server when you’re finished, hit Control + C on your keyboard.