Quick start
Instructions to install the single-site version (or MIT version) of Maglev
Last updated
Was this helpful?
Instructions to install the single-site version (or MIT version) of Maglev
Last updated
Was this helpful?
We wrote a Rails application template which will generate a brand new Ruby on Rails 8 application with Maglev already setup.
🎉 Congratulations! A random home page has been initialized with some content, check it out here:
If you want to modify the content, go to this url: . 🚀
First generate a new Ruby on Rails application. You can skip this step if you've got an existing application.
Maglev depends on ActiveStorage for the content asset uploading. So you need to setup ActiveStorage like this:
We strongly recommend to enable the image_processing gem in your Gemfile.
Please uncomment the line gem 'image_processing', '~> 1.3'
Add now the Maglev engine to your app Gemfile file.
Setup Maglev
Launch your rails app
the maglev-hyperui-kit
gem includes a library of marketing sections based on , a free open source tailwindcss components.
🎉 Congratulations! A random home page has been initialized with some content, check it out here:
If you want to modify the content, go to this url: . 🚀