[WIP] This is the basic foundation of a Maglev plugin.
How to use my plugin.
Add this line to your application's Gemfile:
gem "maglev-plugin-skeleton"And then execute:
$ bundleOr install it yourself as:
$ gem install maglev-plugin-skeletonbundle
cd spec/dummy
./bin/rails db:create
./bin/rails db:migrate
./bin/rails maglev:create_sitebin/rails sNot mandatory but if you need to re-build the Maglev Editor Tailwindcss file, in another terminal, watch the Tailwindcss:
cd spec/dummy
bin/rails maglev:tailwindcss:watch
Go to http://localhost:3000/maglev/editor
The gem is available as open source under the terms of the MIT License.