Files
pse.dev/data/projects/discreetly.ts
2024-09-30 15:03:46 -04:00

20 lines
506 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const discreetly: ProjectInterface = {
id: "discreetly",
section: "pse",
projectStatus: "inactive",
image: "discreetly.svg",
name: "Discreetly",
links: {
github: "https://github.com/Discreetly",
website: "https://app.discreetly.chat/",
},
tags: {
keywords: ["Anonymity/privacy", "Social"],
themes: ["play"],
types: ["Legos/dev tools", "Proof of concept", "Application"],
builtWith: ["rln", "semaphore"],
},
}