Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeetiss/modules-talk
https://github.com/jeetiss/modules-talk
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeetiss/modules-talk
- Owner: jeetiss
- Created: 2019-08-14T11:36:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T07:00:12.000Z (over 5 years ago)
- Last Synced: 2024-10-19T22:33:45.182Z (about 1 month ago)
- Size: 654 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDX Deck + Code Surfer template
This project was generated with the `npm init code-surfer-deck` command.
## Development
To run the presentation deck in development mode:
```sh
npm start
```Edit the [`deck.mdx`](deck.mdx) file to get started.
## Exporting
To build the presentation deck:
```sh
npm run build
```For more documentation see [mdx-deck](https://github.com/jxnblk/mdx-deck) and [code-surfer](https://github.com/pomber/code-surfer)