Skip to content

drpcorg/drpc-nextra

Repository files navigation

DRPC documentation

This is DRPC documentation site, based on http://nextra.site

Local Development

It's strongly recommended to use nvm a.k.a Node Version Manager to manage your Node.js versions.

    1. Make sure you use Node.js version 18 or higher. You can check this by running node -v in your terminal/console.
    1. Make sure you have Yarn installed. You can check this by running yarn -v in your terminal/console. You can install it by running npm install -g yarn.
    1. Run yarn to install the dependencies.
    1. Run yarn dev to start the development server and visit http://localhost:3000/docs

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages