This repository is an app to search for Github repositories.
https://github-repositories-seven.vercel.app/
Clone the project
git clone [email protected]:EduSantosBrito/github-repositories.git
Go to the project directory
cd github-repositories
Install dependencies
npm install
Start the server
npm run dev
Run Vitest tests
npm run test
Run Cypress tests
npm run cypress:run