webcompile/src/lib/Projects.json
2022-08-04 18:50:02 +03:00

15 lines
430 B
JSON

[
{
"name": "Website",
"description": "Our website written in SvelteKit.",
"github": "https://github.com/ProjectSegfault/website/",
"website": "https://projectsegfau.lt/"
},
{
"name": "Segfautils",
"description": "Web utilities (APIs) for Project Segfault, but you could probably use them too.",
"github": "https://github.com/ProjectSegfault/Segfautils/",
"website": "https://segfautils.projectsegfau.lt/"
}
]