Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.15 KB
onboarding Archived Repository
The code of this repository was written during a Marmelab agile integration. The associated blog post illustrates the efforts of the new hiree, who had to implement a board game in several languages and platforms as part of his initial learning.
This code is not intended to be used in production, and is not maintained.

awale-symfony

Experimental Awale bot on Slack

Run Webserver

make run

Your web server is up and running at http://localhost

Stop Webserver

make stop

Expose Webserver

make expose

We use ngrok to expose web server, we can't call localhost directly for slack webhook. Ngrok generate tunnel to localhost, looks like http://*****.ngrok.io

Test

make test