Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 416 Bytes

README

This is a minimal reproduction to show thow Avo works with Action Text and Trix

Installation

git clone https://github.com/avo-hq/trix-field-demo
cd trix-field-demo
bundle install
bin/rails server

Commands we ran to set up this repo.

rails new trix-field-demo
cd trix-field-demo
bin/rails action_text:install
bin/rails app:template LOCATION='https://avohq.io/app-template'