Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 398 Bytes

Udaan18 Messenger

Web app for sending text messages to the participants

Running

  • Use npm install to install the required dependencies
  • Set API base URL in src/js/config.js (To run the API, go here)
  • Use npm run dev to start the dev server
  • Use npm run dist to generate a production build (in the docs directory)