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