Earth Defenders Assistant is a platform focused on tools co-designed with front-line indigenous communities. It includes CoMapeo, Terrastories, and the Earth Defenders Toolkit (EDT). The platform provides simple resources for users to explore tools, read stories, and build networks even through WhatsApp. There are obvious concerns about data ownership with Meta.
This project aims to create a user-friendly interface where users can:
- Use Mapeo for geo data collection.
- Utilize Terrastories for geo-storytelling.
- Access EDT stories, guides and featured tools.
To set up the development environment, ensure you have Node.js and npm installed. Follow these steps:
git clone https://github.com/digidem/earth-defenders-assistant-preview
cd earth-defenders-assistant-preview
npm install
# This will run a dev server with auto reloading and an instant preview.
npm run dev
- Vite
- React
- shadcn-ui
- Tailwind CSS
To deploy this project, you can use GitHub Pages. Follow these steps: