Sha256: ef77ed1d0b8839e360ec828df979ffd87b0e2a6acbb5bb20f4e3c7ca9cfee5c0

Contents?: true

Size: 694 Bytes

Versions: 7

Compression:

Stored size: 694 Bytes

Contents

# Tybo

A custom admin engine for Ruby on Rails

  

## Installation

Add this line to your application's Gemfile:

  

```ruby

gem  'tybo'

```

  

And

```bash

$ bundle install

```

Then execute the generator

```bash

$ bundle exec rails g tybo_install

```

## Customize

**Update images**: change `logo_url` and `cover_url` in `config/initializer/tybo.rb`

**Customize colors**: Change the `tybo` colors  class in `tailwind.config.js`, 
you can use https://uicolors.app/create to generate complete palette

## Contributing

Contribution directions go here.

  

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tybo-0.0.12 README.md
tybo-0.0.11 README.md
tybo-0.0.10 README.md
tybo-0.0.9 README.md
tybo-0.0.8 README.md
tybo-0.0.7 README.md
tybo-0.0.6 README.md