To run the Jigsaw App locally, follow these steps:
Prerequisites:
- Elixir and Erlang installed
- Phoenix installed
Setup
- Clone this repository to your local machine
git clone https://github.com/aadya28/jigsaw-puzzle-phoenix.git
- Install Elixir dependencies
mix deps.get
- Setup assets
mix assets.setup
- Compile dependencies
mix deps.compile
- Start Phoenix server
mix phx.server
Or, with IEx:
iex -S mix phx.server
Now you can visit localhost:4000 from your browser.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix