Type something to search...

Getting Started

Install Astrolock and create your first site

This guide walks you through setting up Astrolock and creating your first website.

In This Section

  1. Prerequisites - What you need before starting
  2. Installation - Install and initialize your site
  3. VS Code Extension - Use right-click menus (recommended for non-technical users)
  4. Site Structure - Understand your project layout
  5. Viewing Your Site - Preview and develop locally
  6. Adding Content - Create your first content

Tip

Two ways to use Astrolock:

  • VS Code Extension (recommended) - Right-click menus, visual workflows, no terminal required
  • CLI - Full command-line control for terminal users

Choose what works best for you!

Quick Start

# 1. Install Astrolock
curl -sSL https://astrolock.eyelock.net/install.sh | bash

# 2. Create and open your site
mkdir my-site && cd my-site
astrolock init
code .

# 3. Use right-click menus to manage your site

See the VS Code Extension Guide for all the right-click workflows.