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