Pre-requisites:
- Install node.js
- Enable yarn with
corepack enable
You should be able to run yarn --version and see the version that matches the one in package.json.
First, make sure to install the dependencies: yarn install
Then, run the website: yarn dev