1
0
Fork 0
fursona/README.md
2024-03-04 17:57:02 +00:00

364 B

fursona

Homepage for Gaiety, the doggo

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