Skip to content

Commit

Permalink
Updated Tempalates (#297)
Browse files Browse the repository at this point in the history
* added new committer

* added tempalates

* added credits

* Update committers.md

* added docs

* added req changes

* Update custom.md

* Update resources.js

---------

Co-authored-by: Shalitha Suranga <[email protected]>
  • Loading branch information
skushagra9 and shalithasuranga authored Oct 8, 2024
1 parent 1f8a81c commit 3a4e884
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/pages/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const templates = [
The default template for a Neutralinojs app.
</>
),
githubLink: 'https://github.com/neutralinojs/neutralinojs-minimal'
githubLink: 'https://github.com/neutralinojs/neutralinojs-minimal',
},
{
title: 'neutralinojs-react',
Expand All @@ -22,7 +22,25 @@ const templates = [
A simple React.js template for building Neutralinojs apps
</>
),
githubLink: 'https://github.com/codezri/neutralinojs-react'
githubLink: 'https://github.com/codezri/neutralinojs-react',
},
{
title: 'awesome-neutralino',
description: (
<>
An awesome list of Neutralinojs resources (1)
</>
),
githubLink: 'https://github.com/neutralinojs-community/awesome-neutralino',
},
{
title: 'awesome-neutralino',
description: (
<>
An awesome list of Neutralinojs resources (2)
</>
),
githubLink: 'https://github.com/achou11/awesome-neutralino',
},
];

Expand Down

0 comments on commit 3a4e884

Please sign in to comment.