Skip to content

betagouv/standup

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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