# 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