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
- Clone the repo
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- This will populate your database usingstrats.csv
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -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
We are always open to contributions, no matter how small.
If you wish to contribute please do the following:
- Fork the project
- Create a new branch based off of
master
- Add your contributions
- Write some tests! - make sure they pass 😄
- Run the formatter -
mix format
- Write some docs! - not always necessary but can be helpful
- Add yourself to the
Contributors
section in theREADME.md
- Write helpful commit messages
- Push your branch -
git push origin my-branch-name
- Submit a PR
- Write a relevant title and description
- Link to the relevant issue