No description
Find a file
creations 320e2cc121
All checks were successful
Code quality checks / biome (push) Successful in 7s
Add guild routes, setup tables, validators, and update environment example
Added routes for guild creation, deletion, joining, leaving, and invites
Set up Cassandra tables for guilds, invites, and members
Added validators for guild input
Updated .env.example with required config values
2025-05-03 13:56:57 -04:00
.forgejo/workflows configs and workflows 2025-05-01 13:55:30 -04:00
config Add guild routes, setup tables, validators, and update environment example 2025-05-03 13:56:57 -04:00
public/assets initial commit 2025-05-01 13:53:38 -04:00
src Add guild routes, setup tables, validators, and update environment example 2025-05-03 13:56:57 -04:00
types Add guild routes, setup tables, validators, and update environment example 2025-05-03 13:56:57 -04:00
.editorconfig configs and workflows 2025-05-01 13:55:30 -04:00
.env.example Add guild routes, setup tables, validators, and update environment example 2025-05-03 13:56:57 -04:00
.gitattributes configs and workflows 2025-05-01 13:55:30 -04:00
.gitignore seperate all config files, move so i can just call @config 2025-05-03 08:00:36 -04:00
biome.json initial commit 2025-05-01 13:53:38 -04:00
package.json add fast-jwt ( not tested ) and make the user actual register 2025-05-02 18:41:10 -04:00
README.md initial commit 2025-05-01 13:53:38 -04:00
tsconfig.json seperate all config files, move so i can just call @config 2025-05-03 08:00:36 -04:00

bun frontend template

a simple bun frontend starting point i made and use