Oort Homework

This application is built with Vercel, Codecov, Next.js, Material UI, and Cypress.

To run locally then execute the following commands:

  • npm i
  • npm run dev

Testing

To run a linter and run all tests in a headless browser

npm run test

To interactively run selected tests in a visible browser, and see results:

npm run test:dev