---
slug: "surf-website"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/jerrar670/surf-website@main/README.md"
repo: "https://github.com/jerrar670/surf-website"
source_file: "README.md"
branch: "main"
---
# Surf Website

This is a modern surf website project.

## Getting Started

1. Install dependencies:
   ```bash
   npm install
   ```

2. Run the development server:
   ```bash
   npm run dev
   ```

3. Build for production:
   ```bash
   npm run build
   ```
