Skip to content

Commit 5cd3877

Browse files
authored
feat: dynamically hydrate contributors list (#21)
* generate contributors script * token or not * refactor and clean * add function getCoreContributors() and refactor
1 parent 8a8c63b commit 5cd3877

4 files changed

Lines changed: 1483 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"dev": "vite",
9+
"contributors": "node scripts/generate-contributors.js",
910
"build": "vite build",
1011
"preview": "vite preview"
1112
},

0 commit comments

Comments
 (0)