- Run
yarnto install the dependencies. - Run
yarn devto start the development server.
- Run
yarn testto run all the tests on the terminal. - Run
yarn test:uito run all the tests both on the terminal and using Vitest UI.
- Sample solutions have been included in the
sample-solutionsbranch. - Run
git checkout sample-solutionsto switch to the branch.