Grape uses Ionic and Ionic uses NPM so don't think about using yarn on pnpm or something else.
npm install
Grape also uses Vite as the build system and it's pretty fast.
npm run dev
npm run build
Grape uses Vitest for testing and it's the best thing out there.
npm run test
Grape uses Changesets for releasing.
npm run release