Skip to content

targoninc/venel-ui-web

Repository files navigation

How to run

This guide assumes you have Node.js and npm installed and running on your machine.

Backend: https://github.com/targoninc/venel-api

Environment variables

API_URL=http://localhost:3000
npm install
npm run start

How to deploy

This guide assumes you have Docker and Docker Compose installed and running on your machine.

Windows

docker-compose build --no-cache; docker-compose up -d

Linux

docker-compose build --no-cache && docker-compose up -d

API Docs

Access http://localhost:3000/api-docs/ after running the application.