This is a web application with a map of agroecological resources.
The map has a series of pins corresponding to the location of those resources: places where agroecology workshops are held, compostable resources, materials that can be used to build objects or infrastructure, etc.
- There is a visual differentiation between pins of different Typologies/Categories
- There are filtering by Typology/Category
- Each pin includes information such as images, address, coordinates, title, notes, etc (see database)
- Pins cluster into a bubble if they are very close
There are three levels of categorization for each pin: Typology > Category > Characteristics
Update the supabase types:
pnpm run gen:supabaseUpdate migrations:
pnpm supabase db pushIn VSCode, press F5 or click the Run button.
For AI agents, see AGENTS.md.