Website powered by Next.js and Nextra docs theme.
For local development and testing, use the following commands:
# Install the dependencies
npm install
# Build the application
npm run build
# Run the development server with Turbopack
npm run dev
# Build and preview on Cloudflare Workers runtime
npm run previewThis project uses Prettier with prettier-plugin-tailwindcss to automatically sort Tailwind CSS utility classes in @apply directives and class attributes.
Install the required dependencies:
npm install -D prettier prettier-plugin-tailwindcssThis project uses Renovate to automatically manage npm dependencies. Renovate creates pull requests when new major or minor versions are available.