This repository contains two versions of the MoFaCTS (Mobile Facts) learning platform:
The original MoFaCTS Meteor-based application. This is the production-stable version that has been in use.
Branch Reference: legacy branch contains the original main codebase
See legacy-app/README.md for setup and documentation.
Modern rewrite of MoFaCTS using SvelteKit and modern web technologies.
Branch Reference: Originally from svelte-debug branch
See svelte-app/README.md for setup and documentation.
Each application is independent and has its own dependencies, configuration, and deployment processes. Navigate to the respective directory and follow its README for setup instructions.
mofacts-2/
├── legacy-app/ # Original Meteor application
├── svelte-app/ # Modern SvelteKit application
└── README.md # This file
- Date: February 9, 2026
- The original
mainbranch has been renamed tolegacy - The original
svelte-debugbranch content is now insvelte-app/ - This monorepo structure allows both versions to coexist and be maintained independently