This is a laravel app that consumes data from a Qualtrics API, crunches some numbers, and displays a searchable dashboard to Verite Analysts.
Clone this repo:
git clone git@github.com/hackforwesternmass/verite
Copy .env.example
file from project root:
cp .env.example .env
Generate and APP_KEY
lando artisan key:generate
The repo contains a .lando.yml
file that provides the local dev environment
Start the app:
lando start
This will start the app and pull in the node
and php
dependencies automatically.
lando gulp || lando gulp watch