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
11
README.md
11
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue