Skip to content

Commit

Permalink
docs: add Netlify badge + link to demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
bearcanrun committed Feb 18, 2020
1 parent 8759ddc commit f0d340f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,9 @@ Each step explained below can be found in the .semaphore dir respectively titled
## License

[MIT](LICENSE)

<p align="right">
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/>
</a>
</p>
2 changes: 2 additions & 0 deletions libs/my-svelte-component-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A few things have been added:
- [Storybook](): For component development fun! Seriously though, makes test-driven development natural.
- Jest/Testing-library: In combination with above === win!!!

[**Demo Site**](https://svelte-monorepo-starter.netlify.com/blog/markdown-test) - Hosted by Netlify and deployed via [Semaphore CI](https://semaphoreci.com)

---

# My Svelte Component Library
Expand Down

0 comments on commit f0d340f

Please sign in to comment.