Standup is a simple web app that allows beta.gouv.fr to run its weekly standup meetings. It is deployed on Netlify and available at http://standup.incubateur.net/.
Note : if you want to use this software with your own, hard-coded, data-source (and not an API), you can check out the EIG fork, and specifically the commit where they introduce this behaviour. SocialGouv's rewrite (in React) also uses a local JSON and not a API.
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)
- Continuously deployed on Netlify