cd client
- Copy the provided
.env.example
file to create your own.env
file for local development.cp .env.example .env
npm install
- or
yarn install
- Running these commands will startup a electron instance of the client interface.
npm run start
- or
yarn start
- If you wish to get a pure website view of the clie 741A nt interface, run:
npm run dev
- or
yarn dev
API currently only supports authenticated calls.
- Install gcloud cli
- Run
$(gcloud auth print-identity-token)
to get your bearer token - Add bearer token in header of request