A hosted chat app solution.
- Install Volta
- Install Node:
volta install [email protected]
- Git clone:
git clone https://github.com/ayushmanchhabra/chat.git
- Install dependencies:
npm i
- Create a
.env
file by copying the.env.example
file:cp .env.example .env
- Run client only:
npm run dev:web
- Run server only:
npm run dev:api
- Run both instead:
npm run dev
- Open your browser and navigate to
http://localhost:5173/
- Login as Admin using the credentials defined in
.env
file.
MIT