- NextJS - The React Framework for the Web.
- React 18 - The library for web and native user interfaces.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- Prettier + prettier-plugin-tailwindcss - A Prettier plugin for Tailwind CSS that automatically sorts classes.
-
Clone the repository:
-
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open up http://localhost:3000 to view the website 🚀.