/gophercon

Istiops mdx-deck presentation for Gophercon 2019 talk

Primary LanguageGo

Gophercon 2019 - istiops

This presentation is about istiops openSource project made for Gophercon Brazil - 2019

Development

To run the presentation deck in development mode:

npm start

Edit the deck.mdx file to get started.

Exporting

To build the presentation deck as static HTML:

npm run build

For more documentation see the mdx-deck repo.