Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylonwalker/kedro-dev
community resources for the python kedro framework
https://github.com/waylonwalker/kedro-dev
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:37:55.000Z (8 months ago)
- Last Synced: 2024-05-02T02:30:06.364Z (8 months ago)
- Language: JavaScript
- Homepage: https://find.kedro.dev
- Size: 13.7 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 68
-
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`