Source for MIR website
https://mirnet.org
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| archetypes | ||
| content | ||
| themes/mir | ||
| .gitignore | ||
| config.yaml | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
mirnet.org
Start
- Install dependancies this will install tailwindcss, prettier, and prettier-plugin-go-template
make setup
- Start hugo server and tailwindcss cli
make dev
- Visit http://localhost:1313
Info
Hugo builds plain HTML which is pushed to a Miami server using Forgejo Actions