This repository contains the source code for the official PenCode documentation website.
This website is built using Docusaurus.
- Clone the repository.
- Install the dependencies:
npm install
To start a local development server, run the following command:
npm run startTo generate a static production build, run:
npm run buildContributions are welcome. Please refer to the contribution guidelines for more information.