Skip to content

Commit

Permalink
Docs: Add instructions for running frontend and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 3, 2024
1 parent dff47a0 commit 8f9623b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,17 @@ For secure and efficient management of environment-specific variables, TutorAI u


## Usage
To run the project, run the following command in the `backend` directory of the project:
### Frontend
To run the client, run the following command in the root directory of the project:
```bash
cd frontend
npm install
npm run dev
```
### Backend
To run server, run the following command in the root directory of the project:
```bash
cd backend
python manage.py runserver
```

Expand Down

0 comments on commit 8f9623b

Please sign in to comment.