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 +