Unofficial API documentation for ClassCharts.
You can find a hosted version at classchartsapi.github.io/api-docs.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:3000 |
pnpm build |
Builds the docs site for production |
pnpm start |
Starts the built site for production |
pnpm generate |
Generates all OpenAPI schema defs into files |
pnpm postbuild |
Generates indexs for Algolia |