Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 619 Bytes

File metadata and controls

41 lines (28 loc) · 619 Bytes

🚀 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