Decentralized censorship-resistant game mods platform. https://degmods.com
Go to file
s 2cd972f0e1
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s
Update .gitea/workflows/release-production.yaml
2024-08-16 12:48:13 +00:00
.gitea/workflows Update .gitea/workflows/release-production.yaml 2024-08-16 12:48:13 +00:00
public/assets logo updated (for favicon) 2024-08-11 07:00:37 +00:00
src link hover effect 2024-08-16 12:21:00 +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