cd ui- Run
yarn install - Run
yarn dev
- Blogs live in
ui/src/content/blog/ - Add either a
.mdxor.mdfile - 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_nameorui/public/html/blog_namerespectively