Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 450 Bytes

Getting Started

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.

Integration Testing

Run the integration tests:

yarn cypress

Run the integration tests headlessly:

yarn cypress:headless