Make sure you have followed the "Setup: Prerequisites" here: https://github.com/National-Tutoring-Observatory/RnD. You will need Node.js and Yarn.js installed first.
Install the dependencies:
yarnYou'll need to set up your .env file.
cp .env.example .envStart the development server with HMR:
yarn app:devYour application will be available at http://localhost:5173.