Skip to content

yaboidimsum/java2ind

Repository files navigation

Getting Started

Install Node Dependencies

npm install

Activate Python Virtual Enviroment

python -m venv venv

venv\Scripts\activate

Install Python Dependencies

pip install -r requirements.txt

To run the frontend development server

npm run dev

To run the backend server

uvicorn backend.app:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published