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
- Host: GitHub
- URL: https://github.com/f213/ama-presentation-deck
- Owner: f213
- Created: 2020-02-20T19:43:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T09:12:45.000Z (over 6 years ago)
- Last Synced: 2025-09-11T23:34:29.399Z (9 months ago)
- Language: Vue
- Size: 199 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).