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

394 B

MyWildCloud.org

Dev environment

One time

  • Install hugo.
  • Install dart-sass.
  • cd themes/blowfish && npm install

Each time

npm run dev # Loads Tailwind CSS in watch mode
hugo server # Starts the Hugo server

Deploy

scripts/deploy.sh

Reference