/ex_prosemirror_sample

app to test ex_prosemirror lib

Primary LanguageElixir

ExProsemirrorSample

Sample application to test ExProsemirror in development.

In order to use this project, read the Installation chapter.

Requirements

  • Elixir 1.11
  • Erlang 23.3
  • Node 14.16

Installation

  1. Close this repo
git clone git@github.com:Omerlo-Technologies/ex_prosemirror_sample.git
  1. Initialize git submodule
git submodule update --init
  1. Install Elixir dependencies
mix deps.get
  1. Install assets
npm i --prefix apps/ex_prosemirror_sample/assets

Run the app

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.

Need help?

Contact Alexandre Lepretre (matsa59).