Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 550 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 550 Bytes

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