1
0
Fork 0
Source for MIR website https://mirnet.org
Find a file
brooke 1d7f3bd115
All checks were successful
Hugo / build (push) Successful in 12s
Update README.md
2024-09-25 19:31:07 +00:00
.forgejo/workflows update 2024-09-12 14:07:23 -04:00
archetypes initial 2024-09-12 13:41:14 -04:00
content add contact page 2024-09-12 19:07:06 -04:00
themes/mir disable hiding footer logo on small screens 2024-09-13 13:53:20 -04:00
.gitignore initial 2024-09-12 13:41:14 -04:00
config.yaml remove identifier, underline when click 2024-09-13 00:59:06 -04:00
Makefile initial 2024-09-12 13:41:14 -04:00
package-lock.json update package lock name 2024-09-12 19:06:47 -04:00
package.json initial 2024-09-12 13:41:14 -04:00
README.md Update README.md 2024-09-25 19:31:07 +00:00
tailwind.config.js initial 2024-09-12 13:41:14 -04:00

mirnet.org

Start

  1. Install dependancies this will install tailwindcss, prettier, and prettier-plugin-go-template
make setup
  1. Start hugo server and tailwindcss cli
make dev
  1. Visit http://localhost:1313

Info

Hugo builds plain HTML which is pushed to a Miami server using Forgejo Actions