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