Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ $ pipenv run python manage.py migrate
$ cd frontend
$ yarn install
```

If you get an openssl related warning, run the following command inside the frontend directory.
```
export NODE_OPTIONS=--openssl-legacy-provider
```
5. Run redis on port 6380
```
$ redis-server --port 6380
Expand All @@ -70,4 +75,4 @@ $ yarn start
![Project Page 2](https://i.imgur.com/PGbDYvS.png)
![Card Modal](https://i.imgur.com/xpFOTsO.png)

Design Inspiration: https://www.behance.net/gallery/47031411/Trello-Atlassian-Redesign
Design Inspiration: https://www.behance.net/gallery/47031411/Trello-Atlassian-Redesign