You can get the Docker image created with the GitHub action from Docker Hub using docker pull edirom/vife-meigarage-webclient
, the current development version is available using docker pull edirom/vife-meigarage-webclient:dev
. You can run it using docker run -p 8080:8080 edirom/vife-meigarage-webclient
and point your browser to http://localhost:8080
.
run docker build -t meigarage-webclient .
npm install
npm run serve
npm run build
npm run lint
npm run test:unit
This repository is a GUI used for the MEIGarage project.
Further information on the code structure of MEIGarage can be found here.