npm install
npm run serve
npm run build
npm run lint
Trialstreamer API needs to be running.
Run cp .envTemplate .env
and edit variables at .env
file,
with VUE_APP_SERVER_URL
pointing to Trialstreamer API (e.g. http://localhost:5000) and
VUE_APP_API_KEY
with a valid API-Key specified in the configuration file of Trialstreamer API.
Run docker-compose up -f docker-compose.dev.yml --build --remove-orphans
to build and run the container in development mode.
Note: Trialstreamer-demo service will be exposed at port 8080 and can be accessed from your local machine from http://localhost:8080
Run docker-compose up --build --remove-orphans
to build and run the container for production with an Nginx server.