Decentralized censorship-resistant game mods platform. https://degmods.com
Go to file
freakoverse 02843028f7
All checks were successful
Release to Staging / build_and_release (push) Successful in 48s
Update src/styles/styles.css
2024-08-18 17:22:11 +00:00
.gitea/workflows fix: removing old well known, updating pipeline 2024-08-17 14:50:22 +01:00
public Update public/.well-known/nostr.json 2024-08-18 09:07:23 +00:00
src Update src/styles/styles.css 2024-08-18 17:22:11 +00:00
.env.example feat: extract mods from relays and display in mods page 2024-07-29 11:26:26 +05:00
.eslintrc.cjs chore: initialized react-typescript app 2024-07-10 20:57:37 +05:00
.gitignore feat: completed basic implementation for mod submission 2024-07-24 15:13:28 +05:00
index.html feat: display list of mods 2024-08-06 15:46:38 +05:00
package-lock.json feat: add the feature to zap admin 2024-08-08 21:18:37 +05:00
package.json feat: add the feature to zap admin 2024-08-08 21:18:37 +05:00
README.md chore: update readme 2024-07-16 00:41:52 +05:00
tsconfig.app.json feat: implemented header 2024-07-10 23:31:54 +05:00
tsconfig.json chore: initialized react-typescript app 2024-07-10 20:57:37 +05:00
tsconfig.node.json chore: initialized react-typescript app 2024-07-10 20:57:37 +05:00
vite.config.ts chore: initialized react-typescript app 2024-07-10 20:57:37 +05:00

Local testing

  • clone the repo
npm ci
npm run dev