Nuxt Shadcn Blog
Getting Started
Clone the repo and install the dependencies.
git clone https://github.com/iamdin/nuxt-shadcn-blog
cd nuxt-shadcn-blog
npm install
npm run dev
Your new site will be up at http://localhost:3000/
Blog posts can be added to the content/posts
directory, in the root folder.
Go back Home.