Skip to content

Getting Started

Welcome to the nodecode-docs-astro documentation! This guide will help you get up and running quickly.

To get started with this documentation site:

  1. Clone the repository and install dependencies
  2. Run the development server to see your changes live
  3. Explore the content structure to understand how pages are organized
  4. Start writing documentation using Markdown or MDX

Before you begin, make sure you have:

  • Node.js 18 or higher installed
  • Bun runtime for faster builds (optional but recommended)
  • A code editor (VS Code recommended for best TypeScript support)
Terminal window
# Clone the repository
git clone <repository-url>
# Install dependencies
bun install
# Start the development server
bun run dev

This documentation site is organized into several sections:

  • Guides: Step-by-step walkthroughs (you are here!)
  • Reference: Technical reference documentation
  • Tutorials: Hands-on learning experiences
  • Concepts: Explanations of key concepts and architecture
  • Troubleshooting: Solutions to common problems