A modern web platform dedicated to helping stray animals through community support and donations.
- Modern, responsive design
- Interactive photo gallery
- Secure donation system using Razorpay
- Real-time updates and animations
- Mobile-friendly interface
- SvelteKit
- TailwindCSS
- Firebase Hosting
- Razorpay Payment Gateway
- GSAP Animations
- Clone the repository:
git clone https://github.com/falkon2/ngovsn.git
cd ngovsn
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env
file in the root directory and add:
RAZORPAY_KEY_ID=your_key_id
RAZORPAY_KEY_SECRET=your_key_secret
- Run development server:
npm run dev
- Build for production:
npm run build
The site is deployed on Firebase Hosting. To deploy:
- Install Firebase CLI:
npm install -g firebase-tools
- Login to Firebase:
firebase login
- Deploy:
firebase deploy
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Images from Unsplash
- Icons from Heroicons
- Animations powered by GSAP