Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SaeedPoureshghi/ZED
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedPoureshghi committed Mar 23, 2024
2 parents 45d2882 + 38fb25e commit 0bfb0b7
Show file tree
Hide file tree
Showing 11 changed files with 2,577 additions and 774 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ poetry.toml
# ruff
.ruff_cache/

# node modules
node_modules/

# vscode setting
.vscode/

# LSP config files
pyrightconfig.json

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ python3 manage.py migrate
```
redis-server
```
* Now you should install all the packages in `package.json` file. Just make sure npm is installed:
```
npm install
```
* That's finished! Now you can run the project:
```
python3 manage.py runserver
Expand Down
Loading

0 comments on commit 0bfb0b7

Please sign in to comment.