https://github.com/hugodf/alpine-tips-presentation
Alpine Day 2021 Presentation: Tips for real-world Alpine.js
https://github.com/hugodf/alpine-tips-presentation
alpinejs markdown
Last synced: 22 days ago
JSON representation
Alpine Day 2021 Presentation: Tips for real-world Alpine.js
- Host: GitHub
- URL: https://github.com/hugodf/alpine-tips-presentation
- Owner: HugoDF
- Created: 2021-06-09T17:11:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T14:25:51.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T01:39:38.103Z (3 months ago)
- Topics: alpinejs, markdown
- Language: JavaScript
- Homepage: https://codewithhugo.com/alpine-tips
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# md-presentation
> Sample presentation at [slides.pdf](./slides.pdf).
An opinionated starter to write presentations in markdown.
Built on top of [reveal-md](https://github.com/webpro/reveal-md)/[reveal.js](https://revealjs.com/).
With additional processing of emoji, fragments & injection of code samples.
## Acknowledgments
- Leverages [reveal-md](https://github.com/webpro/reveal-md) for the markdown editing experience
- Uses [decktape](https://github.com/astefanutti/decktape) for PDF generation## Development
To run `md-presentation` locally, you can:
1. clone the repo
2. `npm install` (requires Node 14+ & npm 7+)
3. `npm start`
4. open [localhost:2000](http://localhost:2000)To generate PDFs:
Requirements:
- Node 14+
- npm 7+
- Docker1. Clone the repo
2. `npm install` (Node 14+ & npm 7+)
3. `npm run print`
4. The updated slides will be at [slides.pdf](./slides.pdf)