# Suna frontend
## Getting Started
Run the development server:
```bash
npm run dev
```
Build for production:
npm run build
Run the production server:
npm run start