distortia / d2-crucible-roulette

A fun Crucible roulette app to make your games entertaining

Home Page:https://d2crucibleroulette.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2CrucibleRoulette

Destiny 2 Crucible Roulette is a take on Strat Roulette that you may find in other games. The focus is to remain relatively simple so we can focus on having fun!

Visit https://d2crucibleroulette.fly.dev/ to see it in action

Getting Started

  1. Clone the repo
  2. Install dependencies with mix deps.get
  3. Create and migrate your database with mix ecto.setup - This will populate your database using strats.csv
  4. Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

If you want to run tests you can either run mix test or mix test.interactive

Contributing

We are always open to contributions, no matter how small.

If you wish to contribute please do the following:

  1. Fork the project
  2. Create a new branch based off of master
  3. Add your contributions
  4. Write some tests! - make sure they pass 😄
  5. Run the formatter - mix format
  6. Write some docs! - not always necessary but can be helpful
  7. Add yourself to the Contributors section in the README.md
  8. Write helpful commit messages
  9. Push your branch - git push origin my-branch-name
  10. Submit a PR
  • Write a relevant title and description
  • Link to the relevant issue

Contributors

About

A fun Crucible roulette app to make your games entertaining

https://d2crucibleroulette.fly.dev/


Languages

Language:Elixir 85.0%Language:HTML 11.7%Language:JavaScript 1.6%Language:Dockerfile 1.2%Language:CSS 0.3%Language:Shell 0.1%Language:Batchfile 0.1%