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.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- If you don't have lando install it via these directions: Install Lando
-
Start the app:
lando start
This will start the app and pull in the node
and php
dependencies automatically.
lando gulp || lando gulp watch