A modern web application for managing forest restoration projects across Indonesia. Built with Svelte, TypeScript, and TailwindCSS.
git clone <repository-url>
cd forest-restoration-dashboard
npm install
npm run dev
The application will be available at http://localhost:5173
src/
├── components/ # Reusable components
│ └── layout/ # Layout components
├── routes/ # Page components
├── stores/ # Svelte stores
├── utils/ # Utility functions
├── App.svelte # Root component
└── main.ts # Application entry point
To create a production build:
npm run build
The build output will be in the dist directory.
This project can be easily deployed to Vercel. Here's how:
npm install -g vercel
vercel
Or configure automatic deployments by connecting your repository to Vercel:
npm run builddistnpm run dev - Start development servernpm run build - Build for productionnpm run preview - Preview production build locallynpm run check - Run TypeScript checksThe project uses:
Demo credentials for testing:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.