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 standup
yarn install
ember server
oryarn start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
yarn lint:js
yarn lint:js --fix
ember test
oryarn test
ember test --server
oryarn test --server
ember build
oryarn build
(development)ember build --prod
oryarn build --prod
(production)
ember surge
oryarn surge