- Node ^20.11.0
- Yarn ^1.22.10
- First install NVM or Volta
- Then run
nvm use
orvolta pin node@20.11.0
- Then run
npm install -g yarn
Set locally up with these steps:
yarn
to install dependenciesyarn dev:frontend
to start the development serveryarn build:frontend
to create/update the build folder