The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(amman): add conductor.json with setup and run scripts (#1126)

authored by

Xe Iaso and committed by
GitHub
61f8caff 5af914fb

+6
+6
conductor.json
··· 1 + { 2 + "scripts": { 3 + "setup": "go mod download && cd ./lume && deno install", 4 + "run": "npm run dev" 5 + } 6 + }