Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar committed Mar 12, 2024
1 parent 524b1ab commit 436600a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ Check out the [live application](https://chat.olzhasar.com/)
- Tailwind CSS
- DaisyUI

## Requirements
- Go 1.22
- Node.js
- npm

## Running the application
1. Clone the repository
2. Run `make run` to start the backend server
2. Run `make run` inside the backend directory to start the backend server
3. Navigate to the `frontend` directory and run `npm install` to install the dependencies
4. Run `make run` inside the `frontend` directory to start the frontend server

Expand Down

0 comments on commit 436600a

Please sign in to comment.