Skip to content

Quick Start

Get your Velocity project running in just a few commands.

The fastest way to start is with the official CLI:

Terminal window
pnpm create velocity-astro my-project
cd my-project
pnpm dev

Alternatively, clone the repository directly:

Terminal window
git clone https://github.com/southwellmedia-dev/velocity.git my-project
cd my-project
pnpm install
Terminal window
cp .env.example .env

Edit .env and set your production domain:

Terminal window
SITE_URL=https://yoursite.com
Terminal window
pnpm dev

Your site is now available at http://localhost:4321.

  1. Set your domain in .envSITE_URL=https://yoursite.com

  2. Update site info in src/config/site.config.ts → name, description, author, contact

  3. Configure navigation in src/config/routes.ts → add/remove pages from nav

  4. Replace branding in src/assets/branding/ → your logo SVGs

  5. Update favicon in public/favicon.svg → your icon