Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 401 Bytes

provision.md

File metadata and controls

25 lines (16 loc) · 401 Bytes

Provision

Install Correct Node Version

  • Install nvm if not yet installed

    $ nvm use || nvm install

Install pnpm package manager

npm i -g pnpm

Install npm dependencies

$ pnpm install

Set Environment Variables

  • set the correct env vars in .env and .env.local if necessary