Blueprint - A Rails 6 boilerplate app
Blueprint is a boilerplate to create Rails 6 apps easily and quickly. It comes with built-in features and aims to make creating a modern Rails app simple and fast. It includes popular gems, such as Devise for user authentication and Postmark for sending transactional emails. Blueprint also provides easy customization options, including pre-designed login/signup pages and easy CSS animations with Animated.css.
To install Blueprint, follow these steps:
git clone git@github.com:ManuelFrigerio/rails-blueprint.gitcd rails-blueprintgem install bundle && bundle installrails db:setup && rails db:migrate.env-example file to .env in the development environment and restart the server.Blueprint is a boilerplate for creating Rails 6 apps quickly and easily. It provides pre-configured features and integrations, such as user authentication, transactional emails, and TailwindCSS for design. The installation process is straightforward, and the boilerplate aims to simplify the development process for Rails applications. users can customize the features to fit their specific needs.