Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 336 Bytes

development.md

File metadata and controls

25 lines (16 loc) · 336 Bytes

Development Guide

🏠 Use node version

Ensure you are on the right version of NodeJS. To see the active version, check the .nvmrc file.

nvm use

🏃 Running the project

To run the project, run:

pnpm dev

🏗️ Building the project

To build the project, run:

pnpm build