The /ask-design custom slash command will need to be configured in the Slack admin dashboard while creating the app. This command exposes the following functionality:
/ask-designor/ask-design help- Lists all available commands/ask-design colors- Displays the mP brand colors/ask-design decks- Links to the latest mP master decks/ask-design fonts- Links to .zip folder for Roboto Font/ask-design guidelines- Links to the mP brand guidelines/ask-design logos- Lists a variety of mP logos/ask-design suggest- Links to a Google Form to input user suggestions
$ npm install$ cp .env-example .envNODE_ENV=development
PORT=3000$ npm start
mPBot running on PORT 3000Visit localhost:3000.