From 37c281a25d47c17a733b7cd5d7869a09585997e0 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 16 Apr 2023 12:16:51 +0200 Subject: [PATCH] README.md updated --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d920ea..b968661 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# website -Personal website +# Website +- My personal website written in php, html, css and js + +## To run development server +- `php -S localhost:8000` +- Then it can be access at http://localhost:8000/ + +## To run using Docker +- ToDo +