Skip to content

Update getting-started.mdx #16

Update getting-started.mdx

Update getting-started.mdx #16

Workflow file for this run

name: Docs Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node_version: '20.x'
cache: 'npm'
- run: npm i
- run: npm run build