Skip to content

mijomajic/shadow-operator

Repository files navigation

Shadow Operator

Website for my monetization agency.

A Next.js project with shadcn/ui and Tailwind CSS.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Adding shadcn/ui Components

To add shadcn/ui components to your project, use:

npx shadcn@latest add [component-name]

For example:

npx shadcn@latest add button
npx shadcn@latest add card

Project Structure

  • app/ - Next.js app directory with pages and layouts
  • components/ - React components (shadcn/ui components will be added here)
  • lib/ - Utility functions and helpers
  • components.json - shadcn/ui configuration

Learn More

About

Website for my monetization agency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published