A modern landing page for an AI-powered code auditing service, built with Next.js and Tailwind CSS.
Clone the repository:
git clone https://github.com/rebos2/site_cursor.git
cd site_cursor
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
app/
- Next.js app router directorycomponents/
- React componentspage.tsx
- Main page componentglobals.css
- Global styles and Tailwind utilitiespublic/
- Static assetstailwind.config.ts
- Tailwind CSS configurationMIT