We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db45ac commit 0955be7Copy full SHA for 0955be7
src/components/Category/resourcesData.js
@@ -513,4 +513,13 @@ export const resources = [
513
repoOwnerName: 'MaximAbramchuck',
514
repoOwner: 'Maksim Abramchuk',
515
},
516
+ {
517
+ id: 56,
518
+ link:
519
+ 'https://raw.githubusercontent.com/sindresorhus/awesome-electron/master/readme.md',
520
+ repoName: 'awesome-electron',
521
+ description: 'Useful resources for creating apps with Electron.',
522
+ repoOwnerName: 'sindresorhus',
523
+ repoOwner: 'Sindre Sorhus',
524
+ },
525
];
0 commit comments