Modify src/projects.json
, and add your project. Make sure it adhere to the following interface:
interface Project {
id: string
name: string
description: string
category: string
logo?: string|null
website?: string|null
socials?: {
twitter?: string
discord?: string
}
duneQueryEmbeds?: string[]
}
Add your logo as .jpg
or .png
to the src/assets/logos/
folder. Preferably 256x256px.
Open a PR to this repository, and we will add it as soon as the PR has been validated.