- Node.js v14.17.0 (You can use NVM to install it if you don't have it already)
- Yarn (Make sure to use yarn for installing and running the project)
-
Clone the repository:
git clone cd <your-repo-folder>
-
Install dependencies:
yarn install
To run the project, use the following command:
yarn start
To run tests with Cypress, use:
yarn start