Skip to content

Getting Started

Welcome to the getting started guide! This page will help you get up and running quickly with all the essential tools and knowledge you need.

Before you begin, make sure you have:

  • Node.js 18 or higher installed
  • A code editor (VS Code recommended)
  • Basic knowledge of web development
  • Git for version control

Follow these steps to get started:

  1. Clone the repository

    Terminal window
    git clone <repository-url>
    cd your-project
  2. Install dependencies

    Terminal window
    npm install
  3. Start the development server

    Terminal window
    npm run dev
  4. Open your browser Navigate to http://localhost:4321 to see your site

Understanding the project structure will help you navigate and customize effectively:

src/
├── components/ # Reusable UI components
├── content/ # Your content files
├── layouts/ # Page layout templates
├── pages/ # Route pages
└── styles/ # CSS and styling

Now that you have everything set up, explore these areas:

  • Features - Learn about available features and capabilities
  • 3D Modeling - Start your 3D modeling journey
  • FAQ - Find answers to common questions

If you run into any issues:

  1. Check the FAQ for common solutions
  2. Review the documentation thoroughly
  3. Reach out via the contact form for personalized support