Corpora for k-12 and beyond
// readme
encorpora
encorpora (“on corpora”) is Corpora Inc’s experimental lab.
The core software lives at https://github.com/corpora-inc/corpora.
This repo houses experiments that depend on Corpora. When something becomes stable and broadly useful, it graduates to the main corpora monorepo.
Current focus
- Corpán app: the main product experience.
- Corpán Packs: SDK experiments + new interactive learning formats.
- Hover Runner: 3D fun that locks in correct translations with the All-Hearing Ear.
- Books & publishing
Live Demos
Browse packs and content at: https://encorpora.io/
Local Development
Quick Start
# One-command setup
./web/scripts/setup.sh
# Start development server with hot reload
npm run dev
Visit http://localhost:8000 - all changes auto-rebuild:
- web/io/ site (Next.js hot reload)
- Corpan pages (auto rebuild)
- Packs (auto rebuild)
See DEVELOPMENT.md for detailed development guide.
Production Build
npm run…