Israel Ogbole 8d2cdc5e73 Merge pull request #9 from kenlck/master
Update .gitignore to add bin folder
2016-07-08 12:41:55 +01:00
2016-07-08 00:39:52 +01:00
2016-06-30 15:40:09 +08:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-06-30 15:40:09 +08:00
2016-04-25 01:47:31 +01:00
2016-04-25 01:47:31 +01:00
2016-07-08 00:39:52 +01:00
2016-04-25 01:47:31 +01:00
2016-07-08 10:14:59 +08:00

Gentelella On Rails

Rails 4 implementation of the awesome Gentelella Bootstrap admin template.

Setup:

  1. Clone this repo : git clone https://github.com/iogbole/gentelella_on_rails.git

  2. cd gentelella_on_rails

  3. npm install -g bower

  4. bower install

  5. bundle install

  6. rails s

That's it!

Navigate to http://localhost:3000

gentelella on rails


If you're using devise, you'd need to create another layout to handle authentication and sign_ups as discussed in issue #2.

This is the login template. And this is what it looks like:

enter image description here


I committed the vendor files to this repo so you may skip step 3 and 4

Contributing

In the spirit of free software, everyone is encouraged to help improve this project. Here are a few ways you can pitch in:

  • Report bugs or issues
  • Fix bugs and submit pull requests.
  • Write, clarify or fix documentation.
  • Refactor code.
Description
No description provided
Readme 4.7 MiB
Languages
HTML 28.3%
SCSS 23.4%
Less 22.7%
Ruby 21.9%
CSS 1.9%
Other 1.8%