https://github.com/wu4ngg/forwardslash-public
Public repo for https://tri-quang.vercel.app/
https://github.com/wu4ngg/forwardslash-public
firebase framer-motion nextjs nextjs15 portfolio radix-ui shadcn-ui tailwindcss typescript
Last synced: 3 months ago
JSON representation
Public repo for https://tri-quang.vercel.app/
- Host: GitHub
- URL: https://github.com/wu4ngg/forwardslash-public
- Owner: wu4ngg
- Created: 2025-03-10T13:22:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-11T11:52:20.000Z (over 1 year ago)
- Last Synced: 2025-03-11T12:28:11.787Z (over 1 year ago)
- Topics: firebase, framer-motion, nextjs, nextjs15, portfolio, radix-ui, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://tri-quang.vercel.app
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


\
[](https://wakatime.com/badge/user/6e7211f7-f2bb-4650-94ef-fb5e6f96343d/project/cd86bd61-0b6a-4372-b6f8-ae9ceba11c87)

Just a lame ass portfolio that I coded in a Saturday.
Made in Next.js with ❤️
## Features
Nothing much. Just some portfolio-y features like a home page, projects page to show off my projects and a public journal that people can post on (hope no one vandalises it).
## Requirements
- A computer
- An operating system
- Node.js
## Setup
1. Install dependencies
```bash
npm install
# or
yarn install
# or
bun install
```
2. Run in dev mode
```bash
npm run dev
# or
yarn dev
# or
bun dev
```
3. Build for production
```bash
npm run build
# or
yarn build
# or
bun build