autonomens / VisuFront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visu - Front

Install

npm ci
cp public/env.dist.json public/env.json
cp public/settings.dist.json public/settings.json

You may have to change some data in your personnal env.json and settings.json files.

Start

npm start

Build

npm run build

Tests

npm test

To execute e2e tests

To run the pipeline locally, you need to install the last version of gitlab runner then execute:

gitlab-runner exec docker --docker-privileged --env REGISTRY_USER=<registry_user> --env REGISTRY_PASSWD="<registry_password>" --env PYFILES_REGION_NAME=<region> --env PYFILES_ENDPOINT_URL=<endpoint_url> --env PYFILES_SECRET_KEY=<secret_key> --env PYFILES_BUCKET_NAME=<user> --env PYFILES_ACCESS_KEY=<access_key> --env MAPBOX_ACCESS_TOKEN=<access_token> --env DOCKER_TLS_CERTDIR="" --timeout 3600 cypress

Dont forget to replace each env var with correct value.

About


Languages

Language:JavaScript 79.1%Language:SCSS 18.9%Language:HTML 1.9%Language:Shell 0.1%