Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 444 Bytes

Prerequisites

The only requirement for this project is to have Node.js version 12 installed on your machine. Refer to the .node-version file for the exact version.

TypeScript will be added as a local dependency to the project, so no need to install it.

Installation

yarn install

Run the app

yarn dev

Start Cypress

yarn cypress:open