Providing Tibetan spell checking service initiated by project WikiLoop -- Tibetan Initiative.
Link to ✒️ Dakje Desktop
- Poetry for Python package and environment management.
By default, the dependencies are managed with Poetry, go there and install it.
From ./backend/
you can install all the dependencies with:
$ poetry install
setup pre-commit hooks
$ pre-commit install
$ poetry run python manage.py runserver
Note: If your using editor, open your editor at ./backend
(instead of the project root: ./
). Make sure your editor uses the environment you just created with Poetry.
You can get path to virtual environment created by poetry for this project with command.
$ poetry env info --path
- Node.js (with
npm
).
cd frontend
npm install
npx quasar dev