Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komzweb/komzwebsite
🦉 My website built with Next.js, Tailwind CSS, and Vercel.
https://github.com/komzweb/komzwebsite
blog mdx nextjs tailwindcss typescript vercel website
Last synced: 11 days ago
JSON representation
🦉 My website built with Next.js, Tailwind CSS, and Vercel.
- Host: GitHub
- URL: https://github.com/komzweb/komzwebsite
- Owner: komzweb
- License: mit
- Created: 2022-11-01T09:04:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T03:37:30.000Z (10 months ago)
- Last Synced: 2024-02-17T04:26:46.553Z (10 months ago)
- Topics: blog, mdx, nextjs, tailwindcss, typescript, vercel, website
- Language: TypeScript
- Homepage: https://komzwebsite.vercel.app
- Size: 21.9 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KOMZ WEB
🦉 My website built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), and [Vercel](https://vercel.com/). This site is also used as a testing ground for new features and tools.
## Running Locally
```bash
git clone https://github.com/komzweb/komzwebsite.git
cd komzwebsite
npm install
npm run dev
```