Another day, another personal website. This one though, looks quite nice!
Below are instructions on how to build and run the website. It is very simple. Mostly, it is for my own sake, because I will forget the docker commands.
yarn install
yarn dev
docker build -t <tag> .
docker run --name <name> -p <port>:3000 -d <tag>