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,9 +30,20 @@ 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)
- D-DIN fonts from [1001 Fonts](https://www.1001fonts.com/users/datto/)
- Color palette from [Coolers](https://coolors.co/3d5a80-98c1d9-e0fbfc-ee6c4d-293241)
- SVG icons from [Simple Icons](https://simpleicons.org/)
- SVG icons from [Simple Icons](https://simpleicons.org/)