Decentralized censorship-resistant game mods platform. https://degmods.com
Go to file
freakoverse 563119e1a1
All checks were successful
Release to Staging / build_and_release (push) Successful in 40s
Added position: relative; to aid with the sticky position of .IBMSMSplitMainSmallSideSecWrapper
2024-08-14 08:20:15 +00:00
.gitea/workflows chore: fix workflow 2024-08-10 00:19:37 +05:00
public/assets logo updated (for favicon) 2024-08-11 07:00:37 +00:00
src Added position: relative; to aid with the sticky position of .IBMSMSplitMainSmallSideSecWrapper 2024-08-14 08:20:15 +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