Skip to content

Development setup

Terminal window
git clone https://github.com/LiamRiddell/solve-engine.git
cd solve-engine
npm install

One command runs everything that must pass:

Terminal window
npm run verify

That is a type check, the full test suite, and the package build. Add the playground build with:

Terminal window
npm run verify:all
PathContents
packages/engineThe published package
packages/playground-bridgeShared glue between the engine and the playground
playgroundThe interactive playground application
docsThis documentation site
docs-internalMaintainer notes, not published
Terminal window
npm run dev --prefix playground
Terminal window
npm run dev --prefix docs