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-uinpm installCreate 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
Run to preview and watch for changes
gulp serveRun to build for production
gulpRun to execute tests
gulp test