From 32b5bc6d84f7e379d57f51fda1aa6752b2874d4d Mon Sep 17 00:00:00 2001 From: Mike Wink Date: Fri, 18 Nov 2022 10:30:23 +0100 Subject: [PATCH] Update README with section about PHP server --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4407cfa..df96eb2 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file +- SVG icons from [Simple Icons](https://simpleicons.org/)