This is DRPC documentation site, based on http://nextra.site
It's strongly recommended to use nvm a.k.a Node Version Manager to manage your Node.js versions.
-
- Make sure you use Node.js version 18 or higher.
You can check this by running
node -v
in your terminal/console.
- Make sure you use Node.js version 18 or higher.
You can check this by running
-
- Make sure you have Yarn installed.
You can check this by running
yarn -v
in your terminal/console. You can install it by runningnpm install -g yarn
.
- Make sure you have Yarn installed.
You can check this by running
-
- Run
yarn
to install the dependencies.
- Run
-
- Run
yarn dev
to start the development server and visit http://localhost:3000/docs
- Run
This project is licensed under the MIT License.