Installation

Step-by-step installation instructions.

Requirements

You’ll need Node.js 22+ and a package manager.

Steps

Step 1 — Clone

Clone the repository to your machine.

Detail: SSH vs HTTPS

Either protocol works; pick whichever your environment supports.

Step 2 — Install Dependencies

Run your package manager’s install command.

Step 3 — Run the Dev Server

Start the development server and open the local URL.

Directory Tree Example

  • src/
    • components/
      • Header.astro
    • pages/
      • index.astro
  • astro.config.mjs
  • package.json

Troubleshooting

If something fails, consult the reference section.