Skip to content

Personal website for finding a new developer position

Notifications You must be signed in to change notification settings

peterjhart/hirehart

Repository files navigation

hirehart

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

Testing

To run unit tests:

npm test