Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mveytsman/pixel-party


https://github.com/mveytsman/pixel-party

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Creating a new app

1. Get elixir installed (if using Nix, just run `nix-shell` in this directory)
2. `mix archive.install hex phx_new 1.5.3`
3. `mix phx.new . --app pixel_party --module PixelParty --live --no-ecto --no-gettext --no-dashboard`
4. Bump live view in `mix.exs` -> `{:phoenix_live_view, "~> 0.14.1"},` and run `mix deps.get`

(this is available in the git tag `initial`)

# Run the server

`iex -S mix phx.server`