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

18 lines
310 B
Markdown

# oliverdavies.uk
The website code for [oliverdavies.uk](https://www.oliverdavies.uk).
## Local Development
1. Start the Docker containers.
```bash
docker-compose up -d
```
1. Go to `http://localhost` to view the site.
### Running Tests
The PHPUnit tests can be run by running `make tests`.