Skip to content

Tech180/carter

Repository files navigation

carter

This is a Next.js and Bun project that is made for managing your groceries, easily accessing grocery stores around you for the best prices, and meal planning.

Getting Started

First, install the necessary packages:

bun install

Then, run the development server:

bun dev
# or
npm run dev

(Optional) If already installed: Update packages

bun update

Open http://localhost:3000 with your browser to see the result.

You can edit the page by modifying app/page.js. The page auto-updates as you edit the file.

Learn More

To learn more about Bun or Next.js, take a look at the following resources: