Closed wktdev closed 7 months ago
To setup the app, do I create a basic mix app and then add {:live_svelte, "~> 0.13.0"} as a dependency?
{:live_svelte, "~> 0.13.0"}
...or am I expected to create a new Phoenix app and add {:live_svelte, "~> 0.13.0"} as a dependency?
If setup requires first creating a Phoenix app, this is not explicitly clear.
You'll need Phoenix, I'll add it to the docs
https://github.com/woutdp/live_svelte/commit/24eb71ded510789da13eebe012dc430f289a61a0
To setup the app, do I create a basic mix app and then add
{:live_svelte, "~> 0.13.0"}
as a dependency?...or am I expected to create a new Phoenix app and add
{:live_svelte, "~> 0.13.0"}
as a dependency?If setup requires first creating a Phoenix app, this is not explicitly clear.