# portfolio For repos, work, and more Uses [mise](https://mise.jdx.dev/), install necessary runtimes with `mise install` ## Developing ```sh npm start ``` ## Deploy steps _Docker container automatically performs dependency install and build_ ```sh npm run deploy # or... docker compose up --build -d ```