Decentralized censorship-resistant game mods platform. https://degmods.com
Go to file
freakoverse a4789e7f5f
Some checks failed
Release to Staging / build_and_release (push) Has been cancelled
Delete public/assets/img/media-cache (1).jpg
2024-08-16 18:05:19 +00:00
.gitea/workflows Update .gitea/workflows/release-production.yaml 2024-08-16 12:48:13 +00:00
public/assets Delete public/assets/img/media-cache (1).jpg 2024-08-16 18:05:19 +00:00
src Update src/styles/styles.css 2024-08-16 15:35:08 +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