Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenhongthe/nguyenhongthe.dev
My personal website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.
https://github.com/nguyenhongthe/nguyenhongthe.dev
contentlayer css javascript mdx mdx-js next-mdx nextjs portfolio profile tailwindcss typescript upstash vercel
Last synced: about 1 month ago
JSON representation
My personal website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.
- Host: GitHub
- URL: https://github.com/nguyenhongthe/nguyenhongthe.dev
- Owner: nguyenhongthe
- License: mit
- Created: 2022-04-25T14:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T03:43:51.000Z (4 months ago)
- Last Synced: 2024-10-01T05:21:47.634Z (about 2 months ago)
- Topics: contentlayer, css, javascript, mdx, mdx-js, next-mdx, nextjs, portfolio, profile, tailwindcss, typescript, upstash, vercel
- Language: TypeScript
- Homepage: https://nguyenhongthe.dev
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Nguyen Hong The Dev](https://raw.githubusercontent.com/nguyenhongthe/nguyenhongthe.dev/main/screenshot.png)
nguyenhongthe.dev
My personal website, built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Upstash](https://upstash.com?ref=nguyenhongthe.dev), [Contentlayer](https://www.contentlayer.dev/) and deployed to [Vercel](https://vercel.com/).
## Running Locally
```sh-session
git clone https://github.com/nguyenhongthe/nguyenhongthe.dev.git
cd nguyenhongthe.dev
```Create a `.env` file similar to [`.env.example`](https://github.com/nguyenhongthe/nguyenhongthe.dev/blob/main/.env.example).
Then install dependencies and run the development server:
```sh-session
pnpm install
pnpm dev
```## Cloning / Forking
Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.