npm install
npm run build in root directory builds bifrost and bifrost-fastify packages.
npm run test in root directory runs test in tests/e2e pacakage.
Easiest way to continuously rebuild pacakges and run sample server is with Overmind
overmind start -f Procfile.dev
This starts the server on http://localhost:5050 and rebuilds bifrost on changes. Playwright will reuse the dev server for tests.