Skip to content

orbaone/demo

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •