18 lines
310 B
Markdown
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`.
|