Project notes Setup Prerequisites Yarn package manager (v1) Node.js (check if you are running a sufficient local version by comparing it to the value of "node" in .node-version file) Installation yarn install Running the project Development environment yarn dev Production environment yarn build And then: yarn start:production Testing Run all tests yarn test