A modern platform dedicated to preserving and sharing Buddhist wisdom through innovative technology.
Dharmaduta.in is a comprehensive digital platform that bridges ancient Buddhist wisdom with modern technology. Our platform hosts various tools and services designed to make Buddhist teachings more accessible and engaging for practitioners worldwide.
- WEBUDDHIST - Comprehensive Buddhist Study Platform
- WEBUDDHIST APP - Buddhist Practice Mobile Application
- SHERAB - Buddhist E-Learning Platform
- PECHA AI STUDIO - Buddhist Resource Creation Suite
This project is built with modern web technologies:
- Frontend Framework: React with TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Type Safety: TypeScript
- Node.js (LTS version recommended)
- npm or yarn package manager
# Clone the repository
git clone https://github.com/your-org/dharmaduta.in.git
# Navigate to project directory
cd dharmaduta.in
# Install dependencies
npm install
# Start development server
npm run devThe development server will start at http://localhost:5173 (or another port if 5173 is busy).
dharmaduta.in/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Page components
│ ├── styles/ # Global styles
│ └── App.tsx # Root component
├── index.html
└── vite.config.ts # Vite configuration
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLintnpm run type-check- Run TypeScript type checking
This project uses:
- ESLint for code linting
- Prettier for code formatting
- TypeScript for type safety
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries, please reach out to us at [email protected]
Built with ❤️ by the Dharmaduta team for the benefit of all beings.