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

https://github.com/helloyeew/blog

My blog using Next.js and TailwindCSS
https://github.com/helloyeew/blog

blog nextjs tailwindcss

Last synced: 2 months ago
JSON representation

My blog using Next.js and TailwindCSS

Awesome Lists containing this project

README

          

# Blog

The blog made using Next.js and TailwindCSS. Currently in heavy development process but can post now but some styling are not finish.

## Start development

Install dependencies:

```shell
npm install
```

Then run the following command to start the development server:

```shell
npm run dev
```

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!