No description
Find a file
2023-06-27 08:04:02 -04:00
.idea feat: pwa install, improvements 2023-06-26 11:19:59 -04:00
assets feat: restore decklist from localStorage 2023-06-15 10:47:23 -04:00
config feat: viewer improvements 2023-06-24 06:31:59 -04:00
lib fix: favicon 2023-06-27 08:04:02 -04:00
priv fix: favicon 2023-06-27 08:04:02 -04:00
rel/overlays/bin feat: viewer improvements 2023-06-09 17:46:31 -04:00
test feat: decks context 2023-06-01 08:19:33 -04:00
.dockerignore feat: styling 2023-06-13 13:51:44 -04:00
.formatter.exs chore: initial commit 2023-06-01 07:37:21 -04:00
.gitignore chore: initial commit 2023-06-01 07:37:21 -04:00
build_release.sh feat: viewer improvements 2023-06-09 17:46:31 -04:00
decklist.txt wip: working on live component 2023-06-08 16:00:49 -04:00
docker-compose.app.yml feat: pwa install, improvements 2023-06-26 11:19:59 -04:00
docker-compose.yml feat: pwa install, improvements 2023-06-26 11:19:59 -04:00
Dockerfile feat: styling 2023-06-13 13:51:44 -04:00
mix.exs feat: styling 2023-06-13 13:51:44 -04:00
mix.lock wip: working on live component 2023-06-08 16:00:49 -04:00
mtg_deck_viewer.iml feat: viewer improvements 2023-06-09 17:46:31 -04:00
README.md chore: initial commit 2023-06-01 07:37:21 -04:00

MtgDeckViewer

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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.

Ready to run in production? Please check our deployment guides.

Learn more