https://github.com/dorjoo712/portfolio
My site built with Next.js, Tailwind, and Vercel.
https://github.com/dorjoo712/portfolio
nextjs portfolio react tailwindcss vercel
Last synced: 3 months ago
JSON representation
My site built with Next.js, Tailwind, and Vercel.
- Host: GitHub
- URL: https://github.com/dorjoo712/portfolio
- Owner: dorjoo712
- Created: 2025-01-13T21:32:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T03:33:51.000Z (over 1 year ago)
- Last Synced: 2025-02-22T04:24:08.151Z (over 1 year ago)
- Topics: nextjs, portfolio, react, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://dorj.me
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My site built with Next.js, Tailwind, and Vercel
- Framework: [Next.js](https://nextjs.org)
- Styling: [Tailwind CSS](https://tailwindcss.com/)
- Deployement: [Vercel](https://vercel.com/)
## Running the site locally
```command
git clone git@github.com:dorjoo712/portfolio.git
cd portfolio
pnpm install
pnpm dev
```