https://github.com/fredericbarthelet/api-platform-event-sourcing
https://github.com/fredericbarthelet/api-platform-event-sourcing
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredericbarthelet/api-platform-event-sourcing
- Owner: fredericbarthelet
- Created: 2020-01-19T20:40:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T19:35:31.000Z (11 months ago)
- Last Synced: 2025-11-12T15:29:40.651Z (8 months ago)
- Size: 614 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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://codesurfer.pomb.us/)