An application using Meteor, Svelte and the BoredAPI
The main purpose of this application is learning Dockerization, Meteor and Svelte.
git clone https://github.com/alpersad/boredsolution.git BoredSolution
cd BoredSolution
docker compose build --no-cache
docker compose up -d
You can access the application on http://localhost:80
When you're finished developing, run
docker compose down
TODO: expand on each point and reorganize