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

https://github.com/f213/ama-presentation-deck

Presentation deck for my AMA sessions based on reveal.js and airtable
https://github.com/f213/ama-presentation-deck

Last synced: 9 months ago
JSON representation

Presentation deck for my AMA sessions based on reveal.js and airtable

Awesome Lists containing this project

README

          

# AMA Presentation deck

This is a simple presentation deck based on [Reveal.js](https://revealjs.com) and [airtable-plus](https://airtable-plus.js.org). The goal is to build a dynamic presentation with questions, submitted from the audience by the airtable form.

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).