Skip to content

DarkFlorist/bouquet

Repository files navigation

Bouquet

Turn your Interceptor simulations into MEV bundles.

https://bouquet.dark.florist/

Install

npm run vendor

Building

# Styles via Tailwind
npm run styles

# Preact App
npm run build

Dev

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

Preview

Runs http-server on built files.

npm run serve