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 [email protected]/hackforwesternmass/verite- Copy
.env.examplefile from project root:
cp .env.example .env- Generate and
APP_KEY
lando artisan key:generate-
The repo contains a
.lando.ymlfile that provides the local dev environment- If you don't have lando install it via these directions: Install Lando
-
Start the app:
lando startThis will start the app and pull in the node and php dependencies automatically.
lando gulp || lando gulp watch