Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 845c600

Browse files
committedApr 13, 2022
Add sponsor stuff
1 parent 7e3a08a commit 845c600

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed
 

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ npm install
1818
npm start
1919
```
2020

21-
More docs to come soon
21+
More docs to come soon
22+
23+
## Contributors
24+
25+
Thank you so much to everyone who has contributed code to PicMo!
26+
27+
<a href="https://github.com/joeattardi/picmo/graphs/contributors">
28+
<img src="https://contrib.rocks/image?repo=joeattardi/picmo" />
29+
</a>

‎SUPPORTERS.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ❤️ PicMo Supporters
2+
3+
PicMo is made possible thanks to the open source community and those who have supported the project.
4+
5+
Please [consider sponsoring PicMo](https://github.com/sponsors/joeattardi) in any way you can!
6+
7+
## Sponsors
8+
9+
## Backers
10+
11+
## Friends
12+
13+
## Contributors
14+
15+
<a href="https://github.com/joeattardi/picmo/graphs/contributors">
16+
<img src="https://contrib.rocks/image?repo=joeattardi/picmo" />
17+
</a>

‎docs/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const config = {
6262
href: '/storybook/',
6363
label: 'Demos'
6464
},
65+
{ href: 'https://github.com/sponsors/joeattardi', label: 'Sponsor', position: 'right' },
6566
{
6667
href: 'https://github.com/joeattardi/picmo',
6768
label: 'GitHub',

0 commit comments

Comments
 (0)
This repository has been archived.