This repository contains the documentation for the Alauda Service Mesh v2.
Before you begin, make sure you have the following installed on your system:
- Clone this repository and navigate to the project directory
- Install project dependencies:
yarn installFor the best development experience, we recommend:
- Editor: Visual Studio Code
- Extension: MDX extension for enhanced markdown editing
| Command | Description |
|---|---|
yarn dev |
Start development server with hot reload |
yarn build |
Build production-ready static files |
yarn serve |
Preview built files locally |
- Start development: Run
yarn devto launch the local server - Edit content: Make changes to your markdown files - they'll update automatically
- Navigation changes: If you modify the sidebar navigation, restart the development server
- Preview production: Use
yarn buildfollowed byyarn serveto test the final build
💡 Tip: The development server supports hot reloading for most changes, making your workflow smooth and efficient!