This is a brief description of your project. Explain what it is, what it does, and the technologies used.
Follow these steps to get the project running on your local machine.
You will need the following tools installed on your computer:
First, clone the repository:
git clone https://github.com/kirill-martynov/doggodoro-web.git
Then, navigate to the project directory:
cd doggodoro-web
Install the project dependencies:
yarn
After installing the dependencies, you can run the project:
yarn dev
The project should now be running at http://localhost:5173.