https://github.com/waylonwalker/kedro-dev
community resources for the python kedro framework
https://github.com/waylonwalker/kedro-dev
Last synced: 10 months ago
JSON representation
community resources for the python kedro framework
- Host: GitHub
- URL: https://github.com/waylonwalker/kedro-dev
- Owner: WaylonWalker
- License: mit
- Created: 2020-06-07T18:58:38.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T19:14:32.000Z (10 months ago)
- Last Synced: 2025-09-01T21:22:29.358Z (10 months ago)
- Language: JavaScript
- Homepage: https://find.kedro.dev
- Size: 12.2 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Kedro.dev](kedro.dev)
## Good things on the way
_Built for the community, by the community_
* Tutorials
* Courses
* Blogs
* Video
* Plugin Listing
# Gatsby Starter MDX Basic
View this starter [live on Netlify](https://gatsby-starter-mdx-basic.netlify.com/)
This starter build MDX support into the
[gatsby-default-starter](https://github.com/gatsbyjs/gatsby-starter-default). Its
README also applies here.
1. Create a new Gatsby site using this starter
```sh
gatsby new my-site https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
```
2. Install dependencies
```sh
yarn
```
3. Run the develop script
```sh
yarn develop
```
4. Edit Page 2 in `src/pages/page-2.mdx`