Personal website for finding a new developer position.
View the website here: hirehart.com
To run this container:
docker compose build
docker compose up -d
Then visit http://localhost
To stop the container:
docker compose down
To run unit tests:
npm test