codeflash-internal/js/cf-webapp
2023-12-10 17:40:07 -08:00
..
prisma Deployed successfully. Uses @codeflash-ai/common package. Added a copy of the prisma folder. 2023-12-05 16:57:11 -08:00
src Fix the allowed-origins error 2023-12-08 18:07:50 -08:00
.eslintignore Linters: Install prettier and fix up eslint configs 2023-12-04 16:08:51 -08:00
.eslintrc.cjs Rename some auth0 mgmt things 2023-12-10 17:40:07 -08:00
.gitignore Webapp Authentication and API Key Token generation (#36) 2023-12-03 15:25:53 -08:00
.npmrc Deployed successfully. Uses @codeflash-ai/common package. Added a copy of the prisma folder. 2023-12-05 16:57:11 -08:00
.prettierignore Linters: Install prettier and fix up eslint configs 2023-12-04 16:08:51 -08:00
.prettierrc Reformat 2023-12-04 17:54:33 -08:00
components.json Reformat 2023-12-04 17:54:33 -08:00
next.config.js Fix the allowed-origins error 2023-12-08 18:07:50 -08:00
package.json Fix the allowed-origins error 2023-12-08 18:07:50 -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
tailwind.config.js Reformat 2023-12-04 17:54:33 -08:00
tailwind.config.ts Reformat 2023-12-04 17:54:33 -08:00
tsconfig.json Deployed successfully. Uses @codeflash-ai/common package. Added a copy of the prisma folder. 2023-12-05 16:57:11 -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.