https://github.com/fredericbarthelet/nestjs-migration
https://github.com/fredericbarthelet/nestjs-migration
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredericbarthelet/nestjs-migration
- Owner: fredericbarthelet
- Created: 2019-08-12T09:59:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:44:52.000Z (over 3 years ago)
- Last Synced: 2025-06-04T00:38:02.791Z (about 1 year ago)
- Language: JavaScript
- Size: 3.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
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)