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.
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.