Web app for sending text messages to the participants
- 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 thedocs
directory)