This is a simple static blog app built with Next.js, Typescript and Markdown.
This blog uses markdown files to return frontmatter data and HTML content using gray-matter.
To install the app use
yarn install
or
npm install
To run the app use
npm run dev
or
yarn dev