/LHSS-Admin-WebApp

A web application for administration purposes to oversee the cross-border mobile application, including tasks such as user creation and facility addition.

Primary LanguageVue

About

A web application for administration purposes to oversee the cross-border mobile application, including tasks such as user creation and facility addition.

Getting started

  • Clone this repo
git clone git@github.com:IntelliSOFT-Consulting/LHSS-Admin-WebApp.git
  • Install dependencies
npm install
  • Start the server in watch mode
npm run dev

  • Build and run the project
npm run build
npm start

Using docker

  • Build
docker compose build
  • Spin-up
docker compose up