This is a PoC to bring Tiptap editor into a Rails app. It has a few RubyUI Editor components which work with a Editor stimulus controller. Fully local simultaneous editing is supported. 🎉.
- Make sure you have the right Ruby and Node versions installed (check .ruby-version and .node-version)
- Run
bin/setup
. This does the usual Rails setup but it also installs Hocuspocus dependencies. - Run
bin/dev
Production and test stuff has been ignored for this PoC.