Run the development server:
npm run dev
# or
yarn dev
- For frist time
docker-compose -f docker-compose.local.yml up --build
- Next time
docker-compose -f docker-compose.local.yml up
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
Fix lint
yarn lint
or if you want to format document you can use yarn format
with cli for CI/CD use:
yarn run cypress run
# or
npm run cypress run
with Browser use:
yarn run cypress open
# or
npm run cypress open