Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1006 Bytes

File metadata and controls

47 lines (28 loc) · 1006 Bytes

Litestar Website

litestar.dev

Welcome to the Litestar website repository available on litestar.dev.

Setup

Make sure to enable corepack and install the dependencies:

corepack enable
pnpm install

Development

Start the development server on http://localhost:3000:

pnpm dev

Add a Litestar Plugin

To add a new Litestar plugin, create a pull request on the litestar-org/plugin-registry repository.

Deployment

The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.

pnpm generate

Contributing

See CONTRIBUTING.md for setup, workflow, tests, and how to add content.

Inspiration

Note

This website was inspired by the Nuxt website

License

MIT License