-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Yeo Wen Qin, Kaynn edited this page Jun 27, 2024
·
1 revision
- Install Node, at least
20.x.x.
- Clone the project locally.
- Copy
.env.exampleinto.env, and change environment variables accordingly. -
npm install. -
npm run dev- Command line should show a prompt, indicating the port number used to visit the web client.
- API Calls to user service :: https://github.com/Muimi-Chat/user-service
- API Calls to chat service :: https://github.com/Muimi-Chat/chat-service