BobWalsh / rails7-wysiwyg-editor

A WYSIWYG Editor for Markdown written in Rails 7 with Hotwired Turbo and Stimulus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A WYSIWYG Markdown editor, built with in Rails 7, Hotwire, Turbo and Stimulus to showcase that modern front-end doesn't need to be all React and Vue.js ;-)

Usage

  1. Clone this repository
  2. Install dependencies with bundle install
  3. Set up your PostgreSQL database with bundle exec rails db:create db:migrate
  4. Run the development server using foreman start or hivemind

Demo

Demo of Bloggy

Development

Follow along with the development of this proof-of-concept project at http://kuy.io/blog

About

A WYSIWYG Editor for Markdown written in Rails 7 with Hotwired Turbo and Stimulus


Languages

Language:Ruby 51.6%Language:JavaScript 22.9%Language:HTML 18.3%Language:SCSS 7.1%Language:Procfile 0.1%Language:Shell 0.1%