Welcome to the Litestar website repository available on litestar.dev.
Make sure to enable corepack and install the dependencies:
corepack enable
pnpm installStart the development server on http://localhost:3000:
pnpm devTo add a new Litestar plugin, create a pull request on the litestar-org/plugin-registry repository.
The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
pnpm generateTODO
Note
This website was inspired by the Nuxt website
