https://github.com/inviii/rocket
https://github.com/inviii/rocket
rocket
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inviii/rocket
- Owner: INVIII
- Created: 2022-03-03T04:04:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T03:14:20.000Z (12 months ago)
- Last Synced: 2025-01-19T09:14:10.091Z (4 months ago)
- Topics: rocket
- Language: TypeScript
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](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`](https://nextjs.org/docs/basic-features/font-optimization) 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
```