AudioForge / frontend /README.md
OnyxlMunkey's picture
c618549
# AudioForge Frontend
Next.js frontend for AudioForge music generation platform.
## Setup
1. Install dependencies:
```bash
pnpm install
```
2. Set environment variables:
```bash
# Create .env.local
NEXT_PUBLIC_API_URL=http://localhost:8000
```
3. Run development server:
```bash
pnpm dev
```
Visit http://localhost:3000
## Build
```bash
pnpm build
pnpm start
```
## Testing
```bash
pnpm test
```
## Tech Stack
- **Framework**: Next.js 14+ (App Router)
- **Language**: TypeScript
- **Styling**: Tailwind CSS
- **UI Components**: Radix UI + custom components
- **State Management**: React Query + Zustand
- **Forms**: React Hook Form + Zod