Skip to main content

Building Eventcatalog

EventCatalog exports your catalog to static HTML which means you can deploy your application anywhere you want!

To build your Catalog you will need to run:

npm run build

This will output one directory

  • dist - Your EventCatalog as Static HTML

Passing custom options

EventCatalog uses Astro to build the application. You can pass custom options to the build command by using the -- prefix.

Passing custom options
npx eventcatalog dev --debug -- --env=production --port=3000