First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Note: There seems to be some issue running this on Node 18, so please use another Node version or feel free to debug the issue/send a PR.
Run the integration tests:
yarn cypress
Run the integration tests headlessly:
yarn cypress:headless