# fursona Homepage for Gaiety, the doggo ## Developing In two terminals ```sh # first terminal npm run start # second terminal npm run start:styles ``` ## Building for production, static site ```sh npm run build ``` ## Deploy steps Requires Docker, NodeJS _Docker container automatically performs dependency install and build_ ```sh npm run deploy ```