Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 349 Bytes

File metadata and controls

27 lines (20 loc) · 349 Bytes

Getting Started

First, install dependencies:

npm ci
# or
yarn --frozen-lock

Second, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Last, run the test:

npm run cypress:open
# or
yarn cypress:open