1
1
Fork 0
portfolio/README.md

23 lines
312 B
Markdown
Raw Permalink Normal View History

2024-03-05 20:33:06 +00:00
# portfolio
For repos, work, and more
2025-02-11 20:22:38 -07:00
Uses [mise](https://mise.jdx.dev/), install necessary runtimes with `mise install`
2024-03-05 20:33:06 +00:00
## Developing
```sh
2025-02-11 20:22:38 -07:00
npm start
2024-03-05 20:33:06 +00:00
```
## Deploy steps
_Docker container automatically performs dependency install and build_
```sh
npm run deploy
2025-04-18 18:26:02 -06:00
# or...
docker compose up --build -d
2024-03-05 20:33:06 +00:00
```