-
Node (>18)
nvm use 20 -
pnpm
npm install -g corepack@latest corepack enable corepack install pnpm install
-
Run the python server
cd my-dbt-project/ recce serverThe api server is run at http://localhost:8000/api
-
Run the dev server
pnpm dev
pnpm build
cd ../recce/data
git add .