Learn how to locally setup Letraz repositories for development purposes. This guide will help you set up the frontend, backend and utility repositories. And also as an added bonus the documentation repository and the admin panel.
For development purposes, you need to set up the following repositories in your local system. The repositories are divided into three main repositories and two additional repositories. The main repositories are the core repositories of Letraz and absolutely required to self-host Letraz if needed.
git clone https://github.com/pingSubhajit/letraz.git
npm install -g bun
.bun install
in your project directory to install the dependencies.bun run dev
to run the project development server.git clone https://github.com/pingSubhajit/letraz.git
npm install -g bun
.bun install
in your project directory to install the dependencies.bun run dev
to run the project development server.git clone https://github.com/LetrazApp/letraz-server.git
uv venv
in your project directory to create a virtual environment.source .venv/bin/activate
in Unix/MacOS or .venv\Scripts\activate
in Windows.uv sync
in your terminal to install the dependencies.python manage.py makemigrations
to create the DB migrations file and then python manage.py
migrate to apply the DB migrations.python manage.py createsuperuser
and follow the prompt to create a local admin user.python manage.py runserver
to run the project development server./
route by design.The django-utils repository is currently heavily under construction and is not ready for it’s dev setup guide being published. Please check back later.
The additional repositories are not core to the functioning of Letraz but are required for the development and documentation purposes. The repositories are the documentation repository and the admin panel repository.
The admin panel is currently heavily under construction and is not ready for it’s dev setup guide being published. Please check back later.
The admin panel is currently heavily under construction and is not ready for it’s dev setup guide being published. Please check back later.
npm install -g mintlify
.git clone https://github.com/LetrazApp/letraz-internal-docs.git
.mintlify dev
in your project directory to run the project development server.Learn how to locally setup Letraz repositories for development purposes. This guide will help you set up the frontend, backend and utility repositories. And also as an added bonus the documentation repository and the admin panel.
For development purposes, you need to set up the following repositories in your local system. The repositories are divided into three main repositories and two additional repositories. The main repositories are the core repositories of Letraz and absolutely required to self-host Letraz if needed.
git clone https://github.com/pingSubhajit/letraz.git
npm install -g bun
.bun install
in your project directory to install the dependencies.bun run dev
to run the project development server.git clone https://github.com/pingSubhajit/letraz.git
npm install -g bun
.bun install
in your project directory to install the dependencies.bun run dev
to run the project development server.git clone https://github.com/LetrazApp/letraz-server.git
uv venv
in your project directory to create a virtual environment.source .venv/bin/activate
in Unix/MacOS or .venv\Scripts\activate
in Windows.uv sync
in your terminal to install the dependencies.python manage.py makemigrations
to create the DB migrations file and then python manage.py
migrate to apply the DB migrations.python manage.py createsuperuser
and follow the prompt to create a local admin user.python manage.py runserver
to run the project development server./
route by design.The django-utils repository is currently heavily under construction and is not ready for it’s dev setup guide being published. Please check back later.
The additional repositories are not core to the functioning of Letraz but are required for the development and documentation purposes. The repositories are the documentation repository and the admin panel repository.
The admin panel is currently heavily under construction and is not ready for it’s dev setup guide being published. Please check back later.
The admin panel is currently heavily under construction and is not ready for it’s dev setup guide being published. Please check back later.
npm install -g mintlify
.git clone https://github.com/LetrazApp/letraz-internal-docs.git
.mintlify dev
in your project directory to run the project development server.