Skip to content

Commit 466fb9c

Browse files
feat(projects): add SAMT project
1 parent 3c63bf9 commit 466fb9c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/routes/projects/projects.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ export interface Project {
77
}
88

99
export const projects: readonly Project[] = [
10+
{
11+
name: 'SAMT',
12+
description:
13+
'A domain-specific language to specify service contracts in a technology-agnostic manner',
14+
technologies: ['Kotlin', 'Ktor', 'LSP'],
15+
github: 'https://github.com/samtkit/core'
16+
},
1017
{
1118
name: 'JassTracker',
1219
description: 'A webapp to track and analyze the swiss card game "Coiffeur Jass"',
13-
technologies: ['Kotlin', 'Vue.js', 'gRPC', 'jOOQ', 'PostgreSQL'],
20+
technologies: ['Kotlin', 'Ktor', 'Vue.js', 'gRPC', 'jOOQ', 'PostgreSQL'],
1421
website: 'https://jasstracker.honegger.dev',
1522
github: 'https://github.com/PascalHonegger/JassTracker'
1623
},
20.5 KB
Loading

0 commit comments

Comments
 (0)