fxparty
fxparty copied to clipboard
fx(party)
fx(party) is a portfolio analysis tool for fx(hash)! See how much your portfolio is worth, what current trends are and more!
Setup
You'll need:
- ruby >3 (specific version is in
Gemfile) - postgreql (if using stock
config/database.yml)
cd fxparty
bundle install
rails db:setup
You can then run the rails web server:
bin/dev
And visit https://localhost:3000
Performance
The app uses Skylight to monitor performance.
Contributing
It's still very early days for this so your mileage will vary here and lots of things will break.
But almost any contribution will be beneficial at this point. Check the current Issues to see where you can jump in!
If you've got an improvement, just send in a pull request!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
If you've got feature ideas, simply open a new issues!
License & Copyright
Released under the MIT license, see the LICENSE file. Copyright (c) Sabotage Media LLC.