buster/apps/web
Nate Kelley 5ca1220088
Update sizing and opacity
2025-06-27 10:38:47 -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 use workspace for web folder 2025-06-20 15:26:28 -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 Update sizing and opacity 2025-06-27 10:38:47 -06:00
.dockerignore move folders into app 2025-06-19 10:32:28 -06:00
.env.example trigger change 2025-06-24 20:40:15 -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 update env variables 2025-06-24 21:04:25 -06:00
next.config.mjs fix imports and installs 2025-06-25 10:02:35 -06:00
package.json remove hono rpc from turbo for caching 2025-06-25 10:21:19 -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 minor adjustments to vitest 2025-06-23 15:07:13 -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.