Skip to content

Commit

Permalink
Upd: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonusus committed Jan 27, 2025
1 parent 630b7b0 commit b00ec12
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,12 @@ export SECRET_KEY=yourveryhardtobreakpassword
export DATABASE_URL={provider}://{user}:{password}@{host}:{port}/{db}
```

4. Install all neccessary dependencies using Poetry:
4. Build project using Poetry:
```
make build
```

5. Collect static files:
```
make static
```

6. Apply migrations:
```
make migrate
```

7. Start Task Manager locally:
5. Start Task Manager locally:
```
make start
```
Expand Down

0 comments on commit b00ec12

Please sign in to comment.