README.md

# LiveState

This project exists to facilitate building the servier side of embedded apps, or micro-front-end apps, 
in Elixir. 

## Installation

This package can be installed
by adding `live_state` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:live_state, "~> 0.2.0"}
  ]
end
```
## Documentation

[Docs](https://hexdocs.pm/live_state/) are available in the [hex package](https://hex.pm/packages/live_state).

## Client

For the client, you will likely want to use the [live-state](https://github.com/gaslight/live-state) npm.

## Usage

We'll add some better instructions, but for now an [example](https://github.com/gaslight/live_state_comments) will probably help the most.