An open API service indexing awesome lists of open source software.

https://github.com/classchartsapi/api-docs

Unofficial documentation for the Classcharts API
https://github.com/classchartsapi/api-docs

classcharts docs openapi

Last synced: 4 months ago
JSON representation

Unofficial documentation for the Classcharts API

Awesome Lists containing this project

README

          

# ClassCharts API Docs

Unofficial API documentation for ClassCharts.

You can find a hosted version at [classchartsapi.github.io/api-docs](https://classchartsapi.github.io/api-docs/).

## Development Commands

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 |