Standup is a simple web app that allows beta.gouv.fr to run its weekly standup meetings. It is deployed on Surge and available at http://stand-up.surge.sh/.
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd standupyarn install
ember serveroryarn start- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
yarn lint:jsyarn lint:js --fix
ember testoryarn testember test --serveroryarn test --server
ember buildoryarn build(development)ember build --prodoryarn build --prod(production)
ember surgeoryarn surge