Update content through Mattrbld

This commit is contained in:
2025-02-09 21:25:02 -06:00
parent 3e130081b1
commit f0edb6fbce
5 changed files with 268 additions and 0 deletions

0
projects/.gitkeep Normal file
View File

29
projects/projects.json Normal file
View File

@@ -0,0 +1,29 @@
{
"projects": [
{
"name": "Flying (React + Nest.js)",
"iconName": "fa-plane",
"summary": null,
"repoLink": "https://github.com/noahspannbauer/noahspan-root"
},
{
"name": "Components (React + Storybook)",
"iconName": "fa-puzzle-piece",
"summary": null,
"repoLink": "https://github.com/noahspannbauer/noahspan-components"
},
{
"name": "Go (Udemy)",
"iconName": null,
"summary": null,
"repoLink": null
},
{
"name": "Modules (Nest.js)",
"iconName": "fa-gear",
"summary": null,
"repoLink": "https://github.com/noahspannbauer/noahspan-modules"
}
],
"___mb_schema": "/.mattrbld/schemas/Projects.json"
}