Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 583 Bytes

Silica

This gem is a generator for Opal app with Hyalite and Menilite.

Installation

Add this line to your application's Gemfile:

gem 'silica'

And then execute:

$ bundle

Or install it yourself as:

$ gem install silica

Create your app

$ silica new your_app
$ cd your_app
$ bundle install

Start app

$ bundle exec rackup

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/youchan/silica.