This is the documentation for the PINNacle project. It is built with Nextra.
First, run npm install
or pnpm i
to install the dependencies.
Then, run npm run dev
or pnpm dev
to start the development server and visit localhost:3000
.
The API documentation is auto-generated from the source code using pdoc. To update the documentation, run pdoc --skip-errors --output=docs .
under the PINNacle
folder.
See the pdoc documentation for how to add docstrings to the source code.
This project is licensed under the MIT License.