1
1
Fork 0
portfolio/README.md
2024-03-05 20:33:06 +00:00

361 B

portfolio

For repos, work, and more

Developing

In two terminals

# first terminal
npm run start

# second terminal
npm run start:styles

Building for production, static site

npm run build

Deploy steps

Requires Docker, NodeJS

Docker container automatically performs dependency install and build

npm run deploy