1
1
Fork 0
portfolio/README.md
2025-02-11 20:22:38 -07:00

438 B

portfolio

For repos, work, and more

Uses mise, install necessary runtimes with mise install

Developing

In two terminals

# first terminal
npm start

# second terminal
npm run start:site

Building for production, static site

npm run build

Deploy steps

Requires Docker, NodeJS

Docker container automatically performs dependency install and build

npm run deploy