Light logo Small logo
Dark logo Small logo
Light logo Small logo
Dark logo Small logo
Setup
Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Node.js - v18.17.x

    In order to use build tools you will need to download and install Node.js. If you do not have Node.js installed already, you can get it by downloading the package installer from the official website. Please download the stable version of Node.js (LTS). Download Node.js

  • Yarn

    Make sure to have the Yarn installed & running in your computer. If you already have installed yarn on your computer, you can skip this step.

Installation

You can run the following commands to run project locally or build for production use:

Command Description
yarn install This will install all necessary dependencies in the node_modules folder. Once the installation is complete, you are ready to run Konrix for the first time.
yarn dev It will start the development server locally. You can use yarn build-only to build for production
If you are having any question or difficulty during setup, don't hesitate to contact us. We would be glad to assist you.