Skip to content

maglevhq/maglev-plugin-skeleton

Repository files navigation

Maglev::Plugin::Skeleton

[WIP] This is the basic foundation of a Maglev plugin.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "maglev-plugin-skeleton"

And then execute:

$ bundle

Or install it yourself as:

$ gem install maglev-plugin-skeleton

Local development

Installation

bundle
cd spec/dummy
./bin/rails db:create
./bin/rails db:migrate
./bin/rails maglev:create_site

Usage

bin/rails s

Not 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

License

The gem is available as open source under the terms of the MIT License.

About

Skeleton Rails engine for Maglev CMS plugin development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published