Clones Website
This is the website for Clones project.
Getting Started
First, clone the repository to your local machine:
git clone https://github.com/clones-sol/website.git
cd website
Option 1: Development with Docker (Recommended)
The easiest way to run the project is using Docker Compose:
# Start the development server with Docker
docker compose up
This will:
- Build the development Docker image
- Install all dependencies
- Start the Vite development server on
http://localhost:5173
- Enable hot reloading for development