This commit is contained in:
Santiago Lo Coco 2024-05-18 17:20:51 +02:00
parent 194a0401d7
commit 3fdf56081d
1 changed files with 24 additions and 22 deletions

View File

@ -22,12 +22,14 @@ In today's digital age, prolonged screen time is inevitable. BreakOften is your
Follow these steps to set up BreakOften on your local machine: Follow these steps to set up BreakOften on your local machine:
1. **Clone the repository**: 1. **Clone the repository**:
```bash ```bash
git clone https://github.com/se23m504/BreakOften.git git clone https://github.com/se23m504/BreakOften.git
cd BreakOften cd BreakOften
``` ```
2. **Install dependencies**: 2. **Install dependencies**:
```bash ```bash
npm install npm install
``` ```