Update README with section about PHP server

This commit is contained in:
Mike Wink 2022-11-18 10:30:23 +01:00
commit 32b5bc6d84

View file

@ -30,6 +30,17 @@ NODE_ENV=production \
--minify
```
## Serving the site
Use the PHP commandline server to serve the site locally.
```shell
php -S localhost:8000 -t ./public
```
## Used assets
- Background pattern "Topography" from [Hero Patterns](https://heropatterns.com)