Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```