entrepreneur-interet-general / standup-dig

https://standup-dig.eig-forever.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://standup-dig.eig-forever.org

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 80.4%Language:HTML 8.5%Language:CSS 7.0%Language:Handlebars 3.9%Language:Shell 0.2%