The Agency is a modern, fully responsive website built with a powerful tech stack. This project showcases the use of Next.js for server-side rendering, TailwindCSS for sleek styling, shadcn UI for elegant components, and Clerk for secure authentication.
- Next.js: For building the React-based website.
- TailwindCSS: For styling with utility-first CSS.
- Shadcn UI: For UI components.
- Magic UI: For UI components.
Make sure that you have installed
- Node.js
- Git
- npm / yarn / pnpm / bun
-
Clone this repository:
git clone https://github.com/exeis-ixt/agency cd agency -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to http://localhost:3000 to see the website in action.
