README.md updated

This commit is contained in:
Filip Rojek 2023-04-16 12:16:51 +02:00
parent d6709be392
commit 37c281a25d

View File

@ -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