1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
* @project FIND.ME
* @category Festival App / Full Stack
* @link festival-find.me
*/
export const FindMe = {
description: 'Digital festival companion — live track friends' stage location, view all acts, mark favorites, and manage profiles.',
stack: ['Next.js', 'TypeScript', 'Docker', 'Supabase'],
links: {
github: 'github.com/ganglem/findme',
live: 'festival-find.me',
},
}