codeflash-internal/js/cf-webapp
2025-11-14 19:22:35 -08:00
..
public Dashboard (#1596) 2025-05-27 19:04:13 +05:30
src Update page.tsx 2025-11-14 19:22:35 -08:00
.env.example Diff content viewer using monaco-editor (#1607) 2025-05-29 04:40:03 +05:30
.eslintignore pricing dedupe and flow improve (#1511) 2025-03-11 23:29:20 +00:00
.eslintrc.json pricing dedupe and flow improve (#1511) 2025-03-11 23:29:20 +00:00
.eslintrc.mjs pricing dedupe and flow improve (#1511) 2025-03-11 23:29:20 +00:00
.gitignore Fix small webapp issues (#1993) 2025-11-07 17:11:50 -08:00
.prettierignore consistency in formatting across ide & js projs (#1499) 2025-03-04 23:52:45 +00:00
.prettierrc consistency in formatting across ide & js projs (#1499) 2025-03-04 23:52:45 +00:00
components.json Reformat 2023-12-04 17:54:33 -08:00
next.config.mjs revert posthog update and webpack changes (#1916) 2025-10-21 22:31:57 -07:00
package-lock.json Fix small webapp issues (#1993) 2025-11-07 17:11:50 -08:00
package.json syntax highlighting for code in webapp 2025-11-07 12:13:54 -08:00
postcss.config.js Reformat 2023-12-04 17:54:33 -08:00
README.md Webapp Authentication and API Key Token generation (#36) 2023-12-03 15:25:53 -08:00
sentry.client.config.ts Update sentry key 2024-04-04 15:22:31 -07:00
sentry.server.config.ts Update sentry key 2024-04-04 15:22:31 -07:00
tailwind.config.js Lots of small layout tweaks, making wrapping responsive 2024-06-14 17:35:43 -07:00
tailwind.config.ts Reformat 2023-12-04 17:54:33 -08:00
tsconfig.json [FEAT] CLI staging (#1681) 2025-07-31 20:37:07 +00:00
vitest.config.ts attempt to fix types 2024-12-09 12:04:47 -08:00

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 Inter, a custom Google Font.

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.