Access the latest demo at demo.orbaone.com, to start integration check out our documentation.
For development only.
Clone this repository and navigate inside the project folder and install the dependencies by running:
npm installBefore 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.localAfter add the following
VUE_APP_ORBA_ONE_ENDPOINTAPI_KEYSECRET_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 buildRun the tests
npm run testRun the development server
npm run serve