Skip to content

ohcarlinhos/pomodoro

Repository files navigation

pomodoro-timer

Deploy: Storybook Deploy: Timer

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Run Unit Tests with

yarn test:unit

Run End-to-End Tests with Cypress

yarn build
yarn test:e2e # or `yarn test:e2e:ci` for headless testing