Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.55 KB

File metadata and controls

46 lines (30 loc) · 1.55 KB

Alauda Build of Gitlab Docs

This repository contains the documentation for the Alauda Build of Gitlab Operator.

Getting Started

Prerequisites

Before you begin, make sure you have the following installed on your system:

  • Node.js (version 14 or higher recommended)
  • npm (comes with Node.js)
  • Yarn package manager

Installation

  1. Clone this repository and navigate to the project directory
  2. Install project dependencies:
yarn install

Recommended Development Setup

For the best development experience, we recommend:

Development Commands

Command Description
yarn dev Start development server with hot reload
yarn build Build production-ready static files
yarn serve Preview built files locally

Development Workflow

  1. Start development: Run yarn dev to launch the local server
  2. Edit content: Make changes to your markdown files - they'll update automatically
  3. Navigation changes: If you modify the sidebar navigation, restart the development server
  4. Preview production: Use yarn build followed by yarn serve to test the final build

💡 Tip: The development server supports hot reloading for most changes, making your workflow smooth and efficient!