Sample application to test ExProsemirror
in development.
In order to use this project, read the Installation
chapter.
- Elixir
1.11
- Erlang
23.3
- Node
14.16
- Close this repo
git clone [email protected]:Omerlo-Technologies/ex_prosemirror_sample.git
- Initialize git submodule
git submodule update --init
- Install Elixir dependencies
mix deps.get
- Install assets
npm i --prefix apps/ex_prosemirror_sample/assets
Go root path and execute iex -S mix phx.server
.
It will start phoenix from this ex_prosemirror_sample
app and use the lib ex_prosemirror
from umbrella.
Contact Alexandre Lepretre (matsa59).