Development setup
git clone https://github.com/LiamRiddell/solve-engine.gitcd solve-enginenpm installThe verification gate
Section titled “The verification gate”One command runs everything that must pass:
npm run verifyThat is a type check, the full test suite, and the package build. Add the playground build with:
npm run verify:allLayout
Section titled “Layout”| Path | Contents |
|---|---|
packages/engine | The published package |
packages/playground-bridge | Shared glue between the engine and the playground |
playground | The interactive playground application |
docs | This documentation site |
docs-internal | Maintainer notes, not published |
Running the playground
Section titled “Running the playground”npm run dev --prefix playgroundRunning the docs site
Section titled “Running the docs site”npm run dev --prefix docs