To run the project locally, you need to have Node.js installed on your machine. Then, you can follow the below steps:
Clone the project by running the following command on the terminal ๐ฝ
[email protected]:Yazdun/divsplash.git
Go into the project directory ๐ฝ
cd divsplash
Install all the dependencies โ
npm install
Start the application development server ๐
npm run dev
To run Jest unit tests, run the following command:
npm run test
To run Cypress end-to-end (E2E) tests, use the following command:
npm run cypress:open