mirror of https://github.com/kortix-ai/suna.git
|
||
---|---|---|
.. | ||
public | ||
src | ||
.env.example | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
README.md | ||
components.json | ||
eslint.config.mjs | ||
next.config.ts | ||
package-lock.json | ||
package.json | ||
postcss.config.mjs | ||
test-new-format.js | ||
tsconfig.json |
README.md
Suna frontend
Getting Started
Run the development server:
npm run dev
Build for production:
npm run build
Run the production server:
npm run start