Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mveytsman/pixel-party
https://github.com/mveytsman/pixel-party
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mveytsman/pixel-party
- Owner: mveytsman
- Created: 2020-07-16T03:26:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:36:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:51:52.194Z (7 months ago)
- Language: Elixir
- Size: 1.63 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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`