Simple web application that presents the do's and don'ts of naisdevice, and enables users to approve / reject these terms
Install dependencies:
composer install
Copy default environment varibles and modify when necessary:
cp .env.example .env
Run the application:
composer run dev
Point your browser to http://localhost:8080.