A quick tour of the three things you’ll do most: install, configure, and ship.
Install
Use your favorite package manager to scaffold a new Nimbus project.
Configure
Open astro.config.ts and edit the nimbus({ ... }) options. The
integration validates the config at build time.
Ship
Run astro build and deploy the static output anywhere.