My personal website
https://www.filiprojek.cz
components | ||
css | ||
img | ||
libraries | ||
pages | ||
Dockerfile | ||
index.php | ||
README.md |
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