Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 288 Bytes

Price Tracker

This is a web application built with Next.js that allows you to track prices of products.

Getting Started

To get started with the development server, run the following command:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev