orbaone / demo

Orba One third party integration demo

Home Page:https://demo.orbaone.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orba One Demo


Contributors ESLint


Table of contents

Usage

Access the latest demo at demo.orbaone.com, to start integration check out our documentation.

Installation

For development only.

Clone this repository and navigate inside the project folder and install the dependencies by running:

npm install

Environmental Variables

Before running a build or the development server, be sure to create two dotenv files in the root directory.

touch .env.development.local
touch .env.production.local

After add the following

  • VUE_APP_ORBA_ONE_ENDPOINT
  • API_KEY
  • SECRET_KEY

environmental variables to each for development and production, respectively.

After installing the dependencies and create environmental variables, build the project by executing:

npm run build

Run the tests

npm run test

Run the development server

npm run serve

About

Orba One third party integration demo

https://demo.orbaone.com


Languages

Language:Vue 61.8%Language:JavaScript 34.1%Language:CSS 2.9%Language:HTML 0.8%Language:Dockerfile 0.3%