Update content through Mattrbld
This commit is contained in:
0
data/projects/.gitkeep
Normal file
0
data/projects/.gitkeep
Normal file
23
data/projects/projects.json
Normal file
23
data/projects/projects.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"repoName": "noahspan-components",
|
||||
"title": "Components (React + Storybook)",
|
||||
"iconName": "fa-puzzle-piece",
|
||||
"summary": "A component library with custom React components, extended components from Material UI, and a subset of Font Awesome icons."
|
||||
},
|
||||
{
|
||||
"repoName": "noahspan-flying",
|
||||
"title": "Flying (React + Nest.js)",
|
||||
"iconName": "fa-plane",
|
||||
"summary": "A pilot logbook for logging flight hours."
|
||||
},
|
||||
{
|
||||
"repoName": "noahspan-modules",
|
||||
"title": "Modules (Nest.js)",
|
||||
"iconName": "fa-gear",
|
||||
"summary": "A library of custom modules for projects using Nest.js."
|
||||
}
|
||||
],
|
||||
"___mb_schema": "/.mattrbld/schemas/Projects.json"
|
||||
}
|
||||
Reference in New Issue
Block a user