https://github.com/spacebat/livid
Experiments with Phoenix Liveview
https://github.com/spacebat/livid
Last synced: about 1 year ago
JSON representation
Experiments with Phoenix Liveview
- Host: GitHub
- URL: https://github.com/spacebat/livid
- Owner: spacebat
- Created: 2023-11-29T13:24:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T12:02:15.000Z (over 2 years ago)
- Last Synced: 2025-02-01T04:43:55.325Z (over 1 year ago)
- Language: Elixir
- Size: 299 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Livid
## TODO
- support mouse dragging perhaps, will that make it work on mobiles?
## Phoenix Framework
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:4040`](http://localhost:4040) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
### Learn more
* 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