Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcloupias/bbl-accor-20190620

Repo du BBL du 20190620 chez Accor
https://github.com/marcloupias/bbl-accor-20190620

continuous-integration fusuma presentation-slides webslides

Last synced: 1 day ago
JSON representation

Repo du BBL du 20190620 chez Accor

Awesome Lists containing this project

README

        

# Présentation BBL Accor du 20/06/2019

[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/)

## Usage

### Installation des dépendances

```bash
$ npm ci
```

### Mode dev en local

```bash
$ npm start
```

### Build final

```bash
$ npm run build
$ npm run start-prod
```

### Génération PDF

```bash
$ npm run build
$ npm run pdf
```