Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 362 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 362 Bytes

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