Seerr docs is built using Docusaurus, a modern static website generator.
Seerr docs will be available at docs.seerr.dev.
pnpm installpnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
pnpm buildThis command generates static content in the build directory, which can then be served using any static content hosting service.
This command generates REST API documentation.
pnpm gen-api-docs allThis command cleans REST API documentation.
pnpm clean-api-docs allSee docusaurus-openapi-docs for more information.