An emoji copy and categorizer
-
Install RVM (or rbenv).
\curl -sSL https://get.rvm.io | bash -s stable --ruby
-
Add it to your .bashrc
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
-
Install Ruby and Use 2.2.0
rvm install 2.2.0 && rvm use --default 2.2.0
-
Install dependencies
bundle install
-
Compile assets
gulp watch
-
Start the server
rake up