Personal site with a bit of information about myself and my professional skills
There are two ways how to run this project:
docker-compose or without Docker.
For running with docker-compose
docker-compose up --build --no-recreate -d
docker exec -it personal_site_svelte sh -c "npm i && npm run dev"
For running without containers, you should have node v20.0
npm i && npm run dev
For development it's useful to have: