Skip to content

Commit

Permalink
Docs: Add frontend setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 3, 2024
1 parent 8f9623b commit 185b3ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,18 @@ For secure and efficient management of environment-specific variables, TutorAI u
By following these steps, you'll ensure that your application has all the necessary environment-specific configurations, while keeping sensitive data secure and out of version control.


### Setup the frontend
The frontend is built using React and TypeScript. To install the dependencies, run the following command in the root directory of the project:
```bash
cd frontend
npm install
```

## Usage
### 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
Expand Down

0 comments on commit 185b3ae

Please sign in to comment.