Getting Started
Learn how to get started with our project
Getting Started
Welcome! This guide will help you get up and running quickly.
Installation
Install the dependencies:
npm install
# or
pnpm install
Development
Run the development server:
npm run dev
# or
pnpm dev
Open http://localhost:3000 to see your application.
Next Steps
- Explore the Features
- Read the API Reference
- Check out the Examples