suna/frontend
Marko Kraemer 0690663917
Merge pull request #116 from korjavin/main
Dockerfiles for backend/frontend + github actions + docker-compose
2025-04-25 16:55:33 -07:00
..
public content 2025-04-22 17:30:35 +01:00
src Merge branch 'main' into security-vulnerability-fix 2025-04-25 16:38:01 -07:00
.env.example closeable false 2025-04-24 06:03:24 +01:00
.gitignore add models, better logs 2025-04-24 12:46:22 +01:00
Dockerfile Add build step to Dockerfile for frontend application 2025-04-25 23:34:26 +02:00
README.md landing, frontend wip 2025-04-15 18:20:27 +01:00
components.json landing, frontend wip 2025-04-15 18:20:27 +01:00
eslint.config.mjs landing, frontend wip 2025-04-15 18:20:27 +01:00
next.config.ts wip 2025-04-23 05:57:41 +01:00
package-lock.json pdf renderer dependency 2025-04-26 00:51:25 +01:00
package.json pdf renderer dependency 2025-04-26 00:51:25 +01:00
postcss.config.mjs frontend frontend frontend 2025-04-20 05:29:55 +01:00
tsconfig.json frontendos 2025-04-20 18:32:23 +01:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.