Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 357 Bytes

Penduraaí Ionic

Run the project in your browser.

Before executing the ionic serve command, it will be necessary to create the app.secrets.ts file in the app folder with the variables below, and runing API server.

export const API_URL = 'apu url here';

export const API_KEY = 'api key here';

export const WSS_URL = 'websocket url here';