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

https://github.com/jeffque/template-mdx-talk


https://github.com/jeffque/template-mdx-talk

Last synced: about 1 year ago
JSON representation

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.