Skip to content

GameComponent/economy-webclient

Repository files navigation

FOSSA Status Discord Chat

State of the project: Unstable and in active development

Economy Service Webclient

The economy service is a service to manage your game's economy.

What is the economy service?

The economy services allow you to give your players access to items, currencies and much more. Anything that touches the economy of your game is parts of this service. This services allows you to define item definitions, create currencies, open up shops and much more.

Contributing

We're an open source project and welcome contributions. Read our Contribution guidelines for more information

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.