Skip to content

Commit c56c450

Browse files
authored
Merge pull request #31 from data-exp-lab/doc-readme
revise readme
2 parents d620ad7 + 4929306 commit c56c450

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,24 @@ DeepGit is a free, open-source web application designed to help researchers and
2222
1. Clone the repository:
2323
```bash
2424
git clone https://github.com/data-exp-lab/deepgit.git
25-
cd deepgit
2625
```
2726

28-
2. Install dependencies:
27+
2. Install frontend dependencies:
2928
```bash
29+
cd deepgit
3030
npm install
3131
```
3232

33-
3. Start the development server:
33+
3. Install the backend dependencies:
34+
```bash
35+
cd backend
36+
pip install -r requirements.txt
37+
```
38+
39+
4. Start the development server:
3440
```bash
35-
npm run dev:watch
41+
cd ..
42+
bash start.sh
3643
```
3744
# Acknowledgment
3845
DeepGit is built upon [Retina](https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/) developed by [OuestWare](https://www.ouestware.com/en/)

0 commit comments

Comments
 (0)