Skip to content

docs: minor fixes to readme #122

docs: minor fixes to readme

docs: minor fixes to readme #122

Workflow file for this run

name: Run UI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21"
cache: "yarn"
cache-dependency-path: yarn.lock
- run: yarn && yarn build