- Node v20
- yarn
- Install all dependencies.
$ yarn- Go to Chat Platform Server repository and follow all the instructions on setting up the backend.
- Run both projects using:
$ yarn dev- There is no landing page, the main routes are:
/registerroute to create an account/loginto login to the app/conversationsis where all the magic happens
