Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Shinigami92/star-citizen-trade-market-frontend

Repository files navigation

Star Citizen Trade Market - Frontend

Api

Discord

Discord Chat

Why dont you use VerseMate?

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:

  • Community-based the data is not read from the game
  • API frontend is completely decoupled from the API
  • Open Source everyone can contribute
  • You can provide item prices to your main organization or make them available to all your organizations

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Local setup with docker

$ 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 Cleanup

$ docker rmi sctm-frontend

License

MIT licensed