A web application for locating elephants. Built with Next.js, Supabase, Firebase, and a Hugging Face Space for ML inference.
- Node.js 18+
- npm
login credintials
- admin@admin.com
- findelephants
-
Install dependencies
npm install
-
Run the development server
npm run dev
Open http://localhost:3000 in your browser.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |