GitHub - INVIII/Rocket

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