tailwind

How to Kill a Process Using a Specific Port [macOS Big Sur]

May 30, 2021 · 2 min read
A quick way to kill a process that uses a specific port. This is what you need if you get an `EADDRINUSE` error, which says that a process can’t bind to a port because it is already in use by another process. The most likely cause is that a development server hung up or didn’t terminate properly.

Tailwind CSS vs Bootstrap: Why Tailwind Is Better For Teams

July 14, 2020 · 2 min read
Gridsome is a modern static site generator based on Vue. It has functionality that allows easy development of fast websites, and loading data from various sources. Learn the basics and build a static site with this guide.

Style Your Markdown Posts With Tailwind CSS in Gridsome [2021 Guide]

June 19, 2020 · 1 min read
In the last part, we added styling to our Gridsome blog with TailwindCSS. Now we will style our Markdown blog posts, too!