A Phoenix app for tracking clothes acquisition in Pokémon Sun & Moon.
Go to file
Lili (Tlapka) 5eb45ac70a change logo redirect to localhost for now 2021-06-28 13:59:21 +02:00
assets initial commit 2021-06-28 11:14:14 +02:00
config initial commit 2021-06-28 11:14:14 +02:00
lib change logo redirect to localhost for now 2021-06-28 13:59:21 +02:00
priv initial commit 2021-06-28 11:14:14 +02:00
test initial commit 2021-06-28 11:14:14 +02:00
.formatter.exs initial commit 2021-06-28 11:14:14 +02:00
.gitignore initial commit 2021-06-28 11:14:14 +02:00
README.md initial commit 2021-06-28 11:14:14 +02:00
mix.exs initial commit 2021-06-28 11:14:14 +02:00
mix.lock initial commit 2021-06-28 11:14:14 +02:00

README.md

PokemonCouture

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more