-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding handbrake-web project entry and reordering existing feat…
…ured projects
- Loading branch information
1 parent
7f7283d
commit 40ff2bd
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export const metadata = { | ||
thumb: 'https://raw.githubusercontent.com/TheNickOfTime/handbrake-web/main/images/readme/readme-thumb.png', | ||
name: 'HandBrake Web', | ||
description: | ||
'HandBrake Web is a self-hosted program for transcoding videos with HandBrake across multiple machines via a web browser. Built with Node.js, Express.js, Socket.io, and Vite.', | ||
links: { | ||
github: 'https://github.com/TheNickOfTime/handbrake-web', | ||
codespace: 'https://codespaces.new/TheNickOfTime/handbrake-web', | ||
}, | ||
tags: ['Full Stack', 'Open Source', 'Node.js', 'Express.js', 'Socket.io', 'React'], | ||
featured: 1, | ||
type: 'Games', | ||
}; | ||
|
||
# {metadata.name} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters