Petrospec Engineering website - Next.js 15 + Tailwind + shadcn
  • TypeScript 97.8%
  • CSS 1.7%
  • JavaScript 0.5%
Find a file
2026-03-29 17:05:02 -04:00
public chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
src auto-claude: subtask-1-2 - Verify and enhance world map SVG white background fix 2026-03-29 16:31:34 -04:00
.claude fix: replace all framer-motion imports with motion/react 2026-03-28 20:09:51 -04:00
.gitignore chore: add auto-claude entries to .gitignore 2026-03-28 00:27:02 -04:00
AGENTS.md chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
CLAUDE.md chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
components.json feat: complete PETRO-002 — ShadcnBlocks Pro install + constants.ts 2026-03-28 15:31:38 -04:00
eslint.config.mjs chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
fetch-component.js fix: replace all framer-motion imports with motion/react 2026-03-28 20:09:51 -04:00
next.config.ts chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
package-lock.json fix: install missing deps, fix TS errors for build verification 2026-03-28 20:12:15 -04:00
package.json fix: install missing deps, fix TS errors for build verification 2026-03-28 20:12:15 -04:00
postcss.config.mjs chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
README.md chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00
tsconfig.json chore: scaffold Next.js 15 project with Tailwind + shadcn 2026-03-28 01:05:43 +00:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.