- Any OS works with the current project.
- Node.js should be installed on the system. Although Node.js can be installed as is, it is recommended to use a version manager like Node Version Manager.
- Make sure that Node.js is installed by performing:
node -v
- Set yarn to its latest stable version via:
corepack enable
yarn set version stable
- Install the requiered modules:
yarn install
- Run the interface:
yarn run dev