Svelte in Docker

Starting the project

Run following commands to start the project

docker compose run --rm frontend 
npm install
exit
docker compose up