1
0
Fork
You've already forked minimmo
0
forked from aerze/minimmo
No description
  • HTML 50.9%
  • TypeScript 46.9%
  • JavaScript 2.2%
2026年05月13日 15:57:40 -07:00
client fixed save players, fixed websocket, fixed role check 2026年05月13日 15:57:40 -07:00
ihatethis oops missed some letters + filled json with table data, added fishing rod 2026年04月26日 03:41:27 +01:00
obsidian_mmmo fixed save players, fixed websocket, fixed role check 2026年05月13日 15:57:40 -07:00
server fixed save players, fixed websocket, fixed role check 2026年05月13日 15:57:40 -07:00
.gitignore added recipes and descriptions, changes mats around such as orich -> jade 2026年04月25日 12:48:27 +01:00
.prettierrc added stuff I guess 2026年04月24日 16:35:14 -07:00
bun.lock added stuff I guess 2026年04月24日 16:35:14 -07:00
example.env added twitch auth flow for admin user 2026年04月08日 16:24:46 -07:00
index.ts added zone logic and player save 2026年05月08日 15:56:49 -07:00
package-lock.json added stuff I guess 2026年04月24日 16:35:14 -07:00
package.json added stuff I guess 2026年04月24日 16:35:14 -07:00
README.md initial commit 2026年04月03日 00:31:43 -07:00
tsconfig.json added twitch auth flow for admin user 2026年04月08日 16:24:46 -07:00

minimmo

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.