-
Clone the repository:
git clone https://github.com/AplinkosMinisterija/tvarkau-lietuva-api.git
-
Install the required dependencies:
cd tvarkau-lietuva-api yarn install
-
Set up the required environment variables. Copy the
.env.example
file to.env
and provide the necessary values for the variables. -
Start the API server:
yarn dc:up yarn start:debug
The API will be available at http://localhost:3000
.