This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/README.md
2020-02-05 08:12:01 +00:00

310 B

oliverdavies.uk

The website code for oliverdavies.uk.

Local Development

  1. Start the Docker containers.

    docker-compose up -d
    
  2. Go to http://localhost to view the site.

Running Tests

The PHPUnit tests can be run by running make tests.