- yarn 1.22.11
- Node.js 16.8.0
run yarn install
run a command using yarn <command>
build: build the app for productiondev: run a dev server that watches code changeslint: lint code according to the eslint configformat: format source code according to eslint and prettier configstest: run tests