Make sure you have yarn installed. If not, run npm install -g yarn
yarn
npm install -g yarn
Next, run yarn install in the repository's root directory
yarn install
yarn dev
To build and serve the project, run
yarn build yarn preview