Skip to content

INVIII/Rocket

Repository files navigation

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