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 Inter, a custom Google Font.
βββ πrocket
βββ .eslintrc.json
βββ .gitignore
βββ π.vscode
βββ settings.json
βββ next-env.d.ts
βββ next.config.mjs
βββ package-lock.json
βββ package.json
βββ postcss.config.js
βββ postcss.config.mjs
βββ πpublic
βββ πfonts
βββ πSwitzer
βββ Switzer-Black.woff2
βββ Switzer-Bold.woff2
βββ Switzer-Extrabold.woff2
βββ Switzer-Light.woff2
βββ Switzer-Medium.woff2
βββ Switzer-Regular.woff2
βββ Switzer-Semibold.woff2
βββ Switzer-Thin.woff2
βββ Switzer-Variable.woff2
βββ next.svg
βββ vercel.svg
βββ README.md
βββ πsrc
βββ πapp
βββ favicon.ico
βββ globals.css
βββ layout.tsx
βββ page.tsx
βββ πcomponents
βββ πButton
βββ Button.tsx
βββ πNavbar
βββ Navbar.tsx
βββ πlibs
βββ fonts.ts
βββ πstyles
βββ globals.css
βββ tailwind.config.js
βββ tailwind.config.ts
βββ tsconfig.json