Skip to content

capraconsulting/capra-fagradar

Repository files navigation

Capra Fagradar

Getting up and running

This project uses pnpm with workspaces. Install pnpm through corepack (included with NodeJS v16.13+) with the following command:

corepack enable pnpm

Then install all dependencies with.

pnpm install

And start the development server with

cd capra-fagradar
pnpm dev