Installation

This guide covers the installation process for SEOBLITZ.

System Requirements

  • Node.js 18.x or higher
  • Bun (recommended) or npm

Quick Install

# Clone the repository
git clone https://github.com/example/seoblitz.git

# Navigate to project
cd seoblitz

# Install dependencies
bun install

Configuration

After installation, you’ll need to configure your environment:

  1. Copy the example environment file
  2. Update the values for your setup
  3. Run the development server

Verify Installation

Run the following command to verify everything is working:

bun run dev

Visit http://localhost:3010 to see your site.