Skip to content

docs: add installation and update readme #356

docs: add installation and update readme

docs: add installation and update readme #356

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-node-
- run: npm install -g pnpm
- run: pnpm i --no-frozen-lockfile
- run: pnpm build
- run: pnpm build:app