This is a Next.js project bootstrapped with create-next-app
.
Requirements
This project requires the following to be installed on your system:
- Node.js 12.x or later
- npm 6.x or later
Installation
- Clone this repository to your local system.
- Navigate to the project directory.
- Install the project dependencies by running
npm install
.
- Start the development server by running
npm run 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.
Packages
This project uses the following key packages:
- Next.js: A React framework for building modern web applications.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- Radix UI: A low-level UI component library, providing primitives to build design systems.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.