git clone https://github.com/loicnestler/webgo-mdx-deck-theme.git deck && cd deck && npm iCreate deck.mdx in your projects root directory.
Add this line to yourdeck.mdx file:
export {webgo as theme} from './theme/'import Cover from './theme/cover'
<!-- The Cover layout is used to hide the webgo decoration on a specific slide -->
<Cover>
# This is the title of my deck
</Cover>
---
# About Me
---
# The endnpm start