Fursona homepage for Gaiety, the doggo https://gaiety.dog/
Go to file
2024-03-04 18:21:27 +00:00
src corrected pronouns link 2024-03-04 05:04:04 +00:00
.eleventy.js gaiety bg 2021-04-26 22:11:32 -05:00
.gitignore 11ty, gitignore 2021-04-26 20:34:18 -05:00
.tool-versions audit fix 2024-03-03 17:45:58 +00:00
docker-compose.yml self contained docker and nginx 2024-03-04 04:33:05 +00:00
Dockerfile self contained docker and nginx 2024-03-04 04:33:05 +00:00
nginx.conf no index nginx 2024-03-04 18:21:27 +00:00
package-lock.json audit fix 2024-03-03 17:45:58 +00:00
package.json deploy step, better readme 2024-03-04 17:57:02 +00:00
postcss.config.js tailwind, theme setup 2021-04-26 21:04:27 -05:00
README.md deploy step, better readme 2024-03-04 17:57:02 +00:00
tailwind.config.js content 2021-05-01 21:20:36 -05:00

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