Skip to content

janhq/homebrew.ltd

Repository files navigation

homebrew

Getting Started

  • Install Dependencies
  yarn install

Development

To start the development server, run:

  yarn dev

Blog Post Generator

To generate a blog post, run:

  yarn create:blog
  • Title & Slug: Generate blog post files with a title and a slug.
  • Description: Add a description for the blog post.
  • Authors: Select one or more authors from a predefined list.
  • Tags: Add tags for better categorization.

The pages will be generated in src/pages/blog/${slug}. You can start writing your blog post here.