Skip to content

Commit

Permalink
docs: update setup instructions for FrontEndApp (#485)
Browse files Browse the repository at this point in the history
* Updated setup instructions for FrontEndApp

* docs: added more details on FrontEndApp path
  • Loading branch information
ShreyaPrasad1209 committed Jan 27, 2022
1 parent ee5455c commit 245fe11
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/source/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ For Backend
cd Auto-DL/BackEndApp
pip install -r requirements.txt
```
For Frontend
```
cd Auto-DL/FrontEndApp
For Frontend, choose either
- /v1-react --> Old react application (not actively developed)
- /autodl-platform --> New nextjs application (preferred)

inside FrontEndApp. Then install the dependencies using:

```
npm install
```

Expand Down

0 comments on commit 245fe11

Please sign in to comment.