suna/frontend/README.md

22 lines
195 B
Markdown

# 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
```