https://github.com/jeffque/template-mdx-talk
https://github.com/jeffque/template-mdx-talk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffque/template-mdx-talk
- Owner: jeffque
- Created: 2023-05-04T17:27:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T02:07:23.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:21:36.076Z (over 1 year ago)
- Language: JavaScript
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a template based on https://github.com/fersilva16/type-level-typescript-talk/. Go ahead and give @fersilva16 a star if you like this one.
# Introduction to Type-Level programming in TypeScript
Original slides that originated this template! Please, check bellow :point_down:
Slides:
# How to Run
- clone the repo
- install the dependencies `yarn`
- run `yarn start`
- open `http://localhost:8080` and see the slides
# Caveats
The `pdf` does not perfectly works with code surfer, be aware.
To build locally, you need to run `yarn postinstall` before `yarn build`. This
is not necessary for running the repo.