buster/apps/web
Nate Kelley d0ff81997e
finalize tooltip cache
2025-07-01 14:15:36 -06:00
..
.cursor/rules move folders into app 2025-06-19 10:32:28 -06:00
.storybook move folders into app 2025-06-19 10:32:28 -06:00
.vscode update animation timing 2025-06-27 12:57:37 -06:00
playwright-tests typesafe env variables 2025-06-24 10:08:27 -06:00
public trigger change 2025-06-24 20:40:15 -06:00
src finalize tooltip cache 2025-07-01 14:15:36 -06:00
.dockerignore move folders into app 2025-06-19 10:32:28 -06:00
.env.example posthog error handling 2025-06-30 13:42:40 -06:00
.eslintrc.json eslint updates 2025-06-19 12:55:14 -06:00
.gitattributes move folders into app 2025-06-19 10:32:28 -06:00
.gitignore move folders into app 2025-06-19 10:32:28 -06:00
.nvmrc move folders into app 2025-06-19 10:32:28 -06:00
.prettierrc.json move folders into app 2025-06-19 10:32:28 -06:00
Dockerfile move folders into app 2025-06-19 10:32:28 -06:00
Makefile web cache 2025-06-23 12:23:44 -06:00
README.md move folders into app 2025-06-19 10:32:28 -06:00
chromatic.config.json move folders into app 2025-06-19 10:32:28 -06:00
globals.d.ts posthog error handling 2025-06-30 13:42:40 -06:00
next.config.mjs Remove chat streaming 2025-07-01 10:49:07 -06:00
package.json posthog error handling 2025-06-30 13:42:40 -06:00
playwright.config.ts move folders into app 2025-06-19 10:32:28 -06:00
postcss.config.mjs move folders into app 2025-06-19 10:32:28 -06:00
tsconfig.json use hono types in web 2025-06-20 14:18:37 -06:00
turbo.json Remove chat streaming 2025-07-01 10:49:07 -06:00
vitest.config.ts web updates 2025-06-20 14:32:37 -06:00
vitest.setup.ts move folders into app 2025-06-19 10:32:28 -06: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.