- 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:
/register
route to create an account/login
to login to the app/conversations
is where all the magic happens