Skip to content

Commit

Permalink
Added ingredients
Browse files Browse the repository at this point in the history
  • Loading branch information
berrysauce committed Sep 8, 2023
1 parent 7194102 commit 6daa18e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
Binary file added icons/deno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/fresh-js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions ingredients/frameworks/deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Deno",
"description": "Deno is a new JavaScript and TypeScript runtime that was created by Ryan Dahl, the original creator of Node.js. Deno is designed to be a more secure, reliable, and productive alternative to Node.js.",
"icon": "/icon/deno.png",
"checks": {
"tags": [],
"headers": [
{
"header": "Server",
"value": "deno"
}
]
}
}
25 changes: 25 additions & 0 deletions ingredients/frameworks/fresh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Fresh JS",
"description": "Fresh is a full stack web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications. It is built on top of Deno.",
"icon": "/icon/fresh-js.png",
"checks": {
"tags": [
{
"tag": "link",
"attribute": "href",
"value": "/_frsh/*.css"
},
{
"tag": "script",
"attribute": "src",
"value": "/_frsh/*.js"
},
{
"tag": "script",
"attribute": "id",
"value": "__FRSH"
}
],
"headers": []
}
}

0 comments on commit 6daa18e

Please sign in to comment.