dark-firepit.cloud/README.md

16 lines
326 B
Markdown
Raw Permalink Normal View History

2022-11-20 05:33:52 +01:00
# dark-firepit.cloud
2022-11-20 05:20:29 +01:00
2022-11-20 05:33:52 +01:00
Our website :)
2022-11-20 05:20:29 +01:00
2022-11-20 05:38:30 +01:00
![](./static/cat.gif)
2022-11-20 05:20:29 +01:00
## Developing
```bash
2022-11-20 05:33:52 +01:00
pnpm install # only run once
pnpm dev --open
2022-11-20 05:20:29 +01:00
```
## Building
2022-11-20 05:33:52 +01:00
Normally you'd run `pnpm run build`, however, we have a build script at `update.sh` you can run instead (you'll need access to the server & perms in `/var/www/dark-firepit.cloud`)