Skip to content

entrepreneur-interet-general/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 Surge and available at http://stand-up.surge.sh/.

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

  • ember surge or yarn surge

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 12.4%
  • CSS 7.0%
  • Shell 0.2%