Skip to content

ayushmanchhabra/chat

Repository files navigation

Chat

A hosted chat app solution.

Usage

  1. Install Volta
  2. Install Node: volta install [email protected]
  3. Git clone: git clone https://github.com/ayushmanchhabra/chat.git
  4. Install dependencies: npm i
  5. Create a .env file by copying the .env.example file: cp .env.example .env
  6. Run client only: npm run dev:web
  7. Run server only: npm run dev:api
  8. Run both instead: npm run dev
  9. Open your browser and navigate to http://localhost:5173/
  10. Login as Admin using the credentials defined in .env file.

License

MIT