Files
mywildcloud-org/README.md
2025-08-31 14:32:55 -07:00

29 lines
394 B
Markdown

# MyWildCloud.org
## Dev environment
### One time
- Install hugo.
- Install dart-sass.
- `cd themes/blowfish && npm install`
### Each time
```bash
npm run dev # Loads Tailwind CSS in watch mode
hugo server # Starts the Hugo server
```
## Deploy
```bash
scripts/deploy.sh
```
## Reference
- [Colors](https://tailwindcss.com/docs/colors)
- [Icons](https://blowfish.page/samples/icons/)