Star Citizen Trade Market Frontend
I really like VerseMate!
However, there are a few things that VerseMate (currently) does not support
This API and the associated frontend has the following advantages:
yarn
yarn serve
yarn build
yarn test
yarn lint
$ docker build --build-arg VUE_APP_GRAPHQL_HTTP=http://localhost:3000/graphql --build-arg VUE_APP_GRAPHQL_WS=ws://localhost:3000/graphql -t sctm-frontend .
$ docker run -it -p 8080:80 --rm --name SCTM_Frontend sctm-frontend
Now you can connect the frontend via http://localhost:8080
$ docker rmi sctm-frontend