Web app for sending text messages to the participants
- Use
npm installto install the required dependencies - Set API base URL in src/js/config.js (To run the API, go here)
- Use
npm run devto start the dev server - Use
npm run distto generate a production build (in thedocsdirectory)