Skip to content

Myoschen/next-blog

Repository files navigation

next-blog

GitHub last commit (branch) GitHub issues GitHub package.json version (branch) GitHub top language GitHub License

Build a minimal blog with Next.js, Tailwind CSS, Velite.

Usage

# clone the repository
git clone https://github.com/Myoschen/next-blog.git

# change directory
cd next-blog

# install deps
pnpm install

# start server
pnpm run dev

# open browser and visit http://localhost:3000

Create posts

Create a new Markdown file in the content/posts directory to add a new post.

License

Licensed under the MIT License.