Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanirlbeck/painless-development-with-graphql
MDX Deck presentation for "Painless Development with GraphQL"
https://github.com/dylanirlbeck/painless-development-with-graphql
Last synced: 2 days ago
JSON representation
MDX Deck presentation for "Painless Development with GraphQL"
- Host: GitHub
- URL: https://github.com/dylanirlbeck/painless-development-with-graphql
- Owner: dylanirlbeck
- Created: 2020-04-03T02:53:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T02:53:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T08:46:24.746Z (2 months ago)
- Homepage: https://painless.now.sh
- Size: 263 KB
- Stars: 0
- Watchers: 1
- 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://codesufer.pomb.us/)