Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 787 Bytes

IceRPC Docs

This repository contains the source code and markdown files for the IceRPC documentation site.

Build Requirements

You'll need Node.js and npm installed to build the documentation site. To install node, it is recommended to follow the guide provided by Node.js here.

Building

  1. Install Dependencies: Run the following command to install the necessary packages.

    npm install
  2. Start the Development Server: Use the command below to start the dev server.

    npm run dev

Writing Documentation

For comprehensive guidelines on writing documentation, including how to use custom nodes and tags, please refer to the Writing Documentation page.