Skip to content

added first demo in the README.md #29

added first demo in the README.md

added first demo in the README.md #29

Workflow file for this run

name: Verify
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🌍 Setup Repository
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: |
npm install -g pnpm
pnpm install
pnpm add @manasai/common --filter ui --workspace
pnpm add @manasai/common --filter api --workspace
- name: 🧹 Lint
run: pnpm lint
- name: 🔨 Build
run: pnpm build