This is the frontend application for the Webuddhist Cataloger, designed to manage and publish pecha text to the Webuddhist Study Platform.
-
Clone the repository:
git clone https://github.com/OpenPecha/WeBuddhist-Cataloger.git
-
Navigate to app-pecha-frontend directory:
cd webuddhist-cataloger -
Install the dependencies:
npm install
-
Create your environment variables file:
cp .env.example .env
-
Start the development server:
npm run dev
The application will be available at http://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build
- React 19
- React Router DOM
- Auth0 React
- Tanstack Query
- Vite
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License.