npm install
To build the test app app:
cp .env.example .env
To run the service and see the working environment variable imports:
npm run dev
To run and see the error that occurs on environment variable imports:
npm run test