Turn your Interceptor simulations into MEV bundles.
npm run vendor
# Styles via Tailwind
npm run styles
# Preact App
npm run build
Run watch
to live rebuilds the Preact app.
You will need to also need to serve the output and rebuild Tailwind classes when needed.
npm run watch
Runs http-server on built files.
npm run serve