quivr/frontend
Stan Girard 3d9cbe5cea
feat: update sentry (#3326)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2024-10-05 01:55:40 -07:00
..
app feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
e2e feat(frontend): Add Brain On Search Page (#2067) 2024-01-22 17:37:45 -08:00
lib feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
pages feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
public feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
services/analytics feat: 🎸 posthog (#1936) 2023-12-29 23:45:36 +01:00
styles feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
.dockerignore feat: 🎸 docker (#1656) 2023-11-19 13:16:28 +01:00
.eslintrc.js fix(frontend): notion integration in front end (#3175) 2024-09-09 14:27:22 +02:00
.gitignore feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
.lintstagedrc.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
Dockerfile feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
Dockerfile.dev docs(blog): updated 2023-09-21 21:14:01 +02:00
globals.css fix: 🐛📱 height now matches mobile height (#1323) 2023-10-04 12:04:57 +02:00
instrumentation.ts feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
middleware.ts Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
next-sitemap.config.js feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
next.config.js feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
package.json feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
playwright.config.ts test: add e2e for crawling (#1288) 2023-09-29 13:15:37 +02:00
Porter.yaml feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
postcss.config.js Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
README.md chore: Update frontend README.md with yarn dev command (#2931) (#2958) 2024-08-07 03:58:29 -07:00
sentry.client.config.ts feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
sentry.edge.config.ts feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
sentry.server.config.ts feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
tailwind.config.js feat: add chat view new design (#1897) 2023-12-14 16:22:09 +01:00
tsconfig.eslint.json feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
tsconfig.json feat: update sentry (#3326) 2024-10-05 01:55:40 -07:00
vitest.config.ts feat: responsive sidebar (#1279) 2023-10-02 14:42:23 +02:00
vitest.setup.ts feat: responsive sidebar (#1279) 2023-10-02 14:42:23 +02:00
yarn.lock feat: update sentry (#3326) 2024-10-05 01:55:40 -07: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

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.