diff --git a/.gitignore b/.gitignore index 6f96e06..f6444f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .DS_Store -config.yaml \ No newline at end of file +config.yaml +.env +node_modules \ No newline at end of file diff --git a/README.md b/README.md index 2a875e4..ac74236 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,34 @@ -# StepZen examples +

+ + + + + + + + + + + +

-![StepZen hacktoberfest challenge](https://res.cloudinary.com/stepzen/image/upload/v1663591382/covers/stepzen-hacktober-fest-header.png) + +
+
+ + Logo + -> ### Join us for Hacktoberfest 2022! StepZen is participating with [Hacktoberfest](https://hacktoberfest.com/), meaning that any merged PR to this repository qualifies as a Hacktoberfest contribution. You can create a new PR request with a StepZen example, or scroll through the list of [issues](https://github.com/stepzen-dev/examples/issues). Make sure to read the contributing guidelines before creating a PR. +

StepZen Examples

+

+ Welcome! StepZen is a unique and declarative way to build & run any-sized Graph in minutes. + [Website](https://stepzen.com) • [Docs](https://stepzen.com/docs) • [Blog](https://stepzen.com/blog) • [Discord](https://discord.com/invite/9k2VdPn2FR) • [Twitter](https://twitter.com/stepzen_dev) • [Demo videos](https://www.youtube.com/c/StepZen) +

+
-Welcome to StepZen's samples repository! 🚀 - -Here you'll find examples of using StepZen with different tools and stacks to help you jump-start your project. +Here you'll find examples of using StepZen with different tools and stacks to help you jump-start your project. Each repository has a README with instructions on how to get started. If you get stuck, reach out to us in [Discord](https://discord.com/invite/9k2VdPn2FR) and we'd love to help! The repo include the following examples: @@ -42,11 +62,12 @@ Here's a list of our current examples: - [with-rest](./with-rest) - [with-rss](./with-rss) - [with-shopify-agilitycms](./with-shopify-agilitycms) +- [with-snowflake](./with-snowflake) - [with-spectaql](./with-spectaql) - [with-stepzen-github-action](./with-stepzen-github-action) +- [with-subscriptions](./with-subscriptions) - [with-sveltekit](./with-sveltekit) ## Contributing Want to contribute? See the file [CONTRIBUTING](/CONTRIBUTING.md) to get started. - diff --git a/assets/light-blue.png b/assets/light-blue.png new file mode 100644 index 0000000..aaf1000 Binary files /dev/null and b/assets/light-blue.png differ