Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
65 lines (43 loc) · 952 Bytes

File metadata and controls

65 lines (43 loc) · 952 Bytes

Build Status

Firebase Queue UI

Setup

Notice that each step is required.

Run the commands below to clone and install dependencies

git clone git@github.com:isapp/firebase-queue-ui.git && cd firebase-queue-ui
npm install

Create an env file and fill it with your credentials

touch .env

.env

API_KEY=
AUTH_DOMAIN=
DATABASE_URL=
STORAGE_BUCKET=
MESSAGING_SENDER_ID=
UI_SPECS=

In order to dynamically fill side menu with your queues, fill UI_SPECS with the path to your UI specs node, e.g.: queue/ui_specs/queues

Preview

Run to preview and watch for changes

gulp serve

Build

Run to build for production

gulp

Tests

Run to execute tests

gulp test

License

MIT