Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcloupias/bbl-accor-20190620
- Owner: MarcLoupias
- License: other
- Created: 2019-06-16T14:13:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T10:42:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:15:08.227Z (10 months ago)
- Topics: continuous-integration, fusuma, presentation-slides, webslides
- Language: CSS
- Size: 5.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```