Make sure you already use right node version and yarn, if you not sure, please run:
nvm use
corepack enable
Install the dependencies:
yarn install
Start the dev server:
yarn dev
Build the app for production:
yarn build
Preview the production build locally:
yarn preview