Skip to content

betagouv/standup

Repository files navigation

standup

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd standup
  • yarn install

Running / Development

Linting

  • yarn lint:js
  • yarn lint:js --fix

Running Tests

  • ember test or yarn test
  • ember test --server or yarn test --server

Building

  • ember build or yarn build (development)
  • ember build --prod or yarn build --prod (production)

Deploying

  • Continuously deployed on Netlify