Skip to content

Semi-centralized version of Group Income for prototyping and research

License

Notifications You must be signed in to change notification settings

hubudibu/group-income-simple

 
 

Repository files navigation

Group Income (Simple Edition)

Gitter Build Status Deps Dev Deps

Group Income is a fair income sharing mechanism that allows groups to provide their members a minimum income.

This semi-centralized "Simple Edition" of Group Income is our way to rapidly prototype, develop, and research the concept with real groups.

Installation

  1. Install Node.js (version 8 or greater).
  2. Install Grunt: npm install -g grunt-cli
  3. Clone this repo (or a fork of it if you plan on contributing) and cd into it.
  4. Install dependencies: npm install

Now try out the dev workflow.


We use standard for the code style and mileposts for efficient project management.

js-standard-style   mileposts

Contributing

Read first!

Basic workflow

Run all servers + watch files for changes:

grunt dev

Build the app for distribution:

grunt dist

Clean up files in dist/ and the sqlite.db file (which will be better handled in the future):

grunt clean

Run the tests:

grunt test

Use Daydream to create frontend tests. All new functionality must have corresponding tests!

Troubleshooting

If you run into any errors during the setup, try the suggestions in Troubleshooting.md.

License

GPLv3. See LICENSE for license details and CONTRIBUTING.md for contributing policy.

About

Semi-centralized version of Group Income for prototyping and research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • Vue 30.1%
  • HTML 9.2%
  • CSS 8.5%