Skip to content

Eaglercraft2/MCLW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCLW

Simple website structure as requested:

  • index.html at repository root (standalone UI).
  • functions/ folder for API endpoints (Cloudflare Pages Functions style).
  • lib/loader-core.js for shared parsing/planning logic.
  • tests/ for automated checks.

Run website locally

npm run preview

Open:

  • http://127.0.0.1:4173/

API routes (from functions/)

  • GET /health
  • POST /api/v1/plan
  • POST /api/v1/jvm/strategy

Test

npm test

About

A New Way To Do Modding in a Web Game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors