https://github.com/naturalclar/talks
Slides for tech meetups, made with mdx-deck
https://github.com/naturalclar/talks
mdx-deck monorepo react slides
Last synced: 6 months ago
JSON representation
Slides for tech meetups, made with mdx-deck
- Host: GitHub
- URL: https://github.com/naturalclar/talks
- Owner: Naturalclar
- Created: 2019-07-23T16:37:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T12:35:38.000Z (over 2 years ago)
- Last Synced: 2024-05-01T15:00:01.707Z (over 1 year ago)
- Topics: mdx-deck, monorepo, react, slides
- Language: TypeScript
- Homepage:
- Size: 19.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talks
naturalclar's LT slides, made with [mdx-deck](https://github.com/jxnblk/mdx-deck), deployed with [now](https://github.com/zeit/now)
## creating new slide
Creating new slide is done by [scaffdog](https://github.com/cats-oss/scaffdog)
```
yarn new slide
```## screenshot
Screenshot is taken by [puppeteer](https://github.com/GoogleChrome/puppeteer)
```
yarn screenshot
mv card.png packages/{{title}}/assets/card.png
```## tech stack
- [lerna](https://github.com/lerna/lerna)
- [mdx-deck](https://github.com/jxnblk/mdx-deck)
- [Code-surfer](https://github.com/pomber/code-surfer)