Skip to content

rubycdp/docs.rubycdp.com

Repository files navigation

🚀 Quick Start

git submodule init
git submodule update --recursive --remote

Prerequisites

  • Node.js 20 or higher
  • npm (comes with Node.js)

Installation

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

Build Errors

If you encounter build errors:

npm run clear  # Clear Docusaurus cache
npm install    # Reinstall dependencies
npm run build  # Try building again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published