This repository is created by me to learn and explore the basics of building web applications with Next.js. It’s a work in progress.
To run this project on your local machine, follow these steps:
- Clone the repo in your local machine.
- Make sure you have Node.js installed and run
npm install #or yarn install #or bun install #or pnpm install
- Then run the development server using:
npm run dev # or yarn dev # or pnpm dev # or bun dev
- Open http://localhost:3000 with your browser to see the result.