cd ui
- Run
yarn install
- Run
yarn dev
- Blogs live in
ui/src/content/blog/
- Add either a
.mdx
or.md
file - Each blog needs to start with following heading:
---
title: TITLE
description: BLOG DESCRIPTION
pubDate: DATE
heroImage: /path/to/blog/image
author: YOUR NAME
---
- Any static files such as images or html embeddings go in
ui/public/images/blog_name
orui/public/html/blog_name
respectively