Skip to content

Commit

Permalink
readme fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akrakman authored Dec 8, 2022
1 parent 2de1c86 commit cdddc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ If you would like to access the project code or the development website, follow

2. In the `src/frontend` directory, install npm packages:
```sh
npm install -force
npm install --force
```
3. In the same directory start the React app:
```sh
npm start
```
4. Open another terminal and move to the `src/backend` directory, install pip packages:
4. Open another terminal, move to the `src/backend` directory, and install pip packages:
```sh
pip install -r requirements.txt
```
Expand Down

3 comments on commit cdddc06

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
app.py1731094%47–58
auth.py90100% 
config.py10100% 
decorators.py270100% 
dataholders
   apt.py90100% 
   mainpage_get.py160100% 
   review.py70100% 
   user.py80100% 
pages
   login.py290100% 
   mainpage.py1180100% 
   userpage.py530100% 
TOTAL4501098% 

Tests Skipped Failures Errors Time
54 0 💤 0 ❌ 0 🔥 1.151s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
app.py1731094%47–58
auth.py90100% 
config.py10100% 
decorators.py270100% 
dataholders
   apt.py90100% 
   mainpage_get.py160100% 
   review.py70100% 
   user.py80100% 
pages
   login.py290100% 
   mainpage.py1180100% 
   userpage.py530100% 
TOTAL4501098% 

Tests Skipped Failures Errors Time
54 0 💤 0 ❌ 0 🔥 1.085s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
app.py1731094%47–58
auth.py90100% 
config.py10100% 
decorators.py270100% 
dataholders
   apt.py90100% 
   mainpage_get.py160100% 
   review.py70100% 
   user.py80100% 
pages
   login.py290100% 
   mainpage.py1180100% 
   userpage.py530100% 
TOTAL4501098% 

Tests Skipped Failures Errors Time
54 0 💤 0 ❌ 0 🔥 1.170s ⏱️

Please sign in to comment.