Update README with section about PHP server
This commit is contained in:
parent
48f774028e
commit
32b5bc6d84
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -30,9 +30,20 @@ NODE_ENV=production \
|
||||||
--minify
|
--minify
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Serving the site
|
||||||
|
|
||||||
|
Use the PHP commandline server to serve the site locally.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
php -S localhost:8000 -t ./public
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Used assets
|
## Used assets
|
||||||
|
|
||||||
- Background pattern "Topography" from [Hero Patterns](https://heropatterns.com)
|
- Background pattern "Topography" from [Hero Patterns](https://heropatterns.com)
|
||||||
- D-DIN fonts from [1001 Fonts](https://www.1001fonts.com/users/datto/)
|
- D-DIN fonts from [1001 Fonts](https://www.1001fonts.com/users/datto/)
|
||||||
- Color palette from [Coolers](https://coolors.co/3d5a80-98c1d9-e0fbfc-ee6c4d-293241)
|
- 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/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue