Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesliecdubs/rails-template

Ruby on Rails site template with base styles & breakpoint JS functionality
https://github.com/lesliecdubs/rails-template

Last synced: about 2 months ago
JSON representation

Ruby on Rails site template with base styles & breakpoint JS functionality

Awesome Lists containing this project

README

        

## Canvas Rails Template

Canvas Rails Template with base styles, JS module structure & breakpoint utility.

Heroku Setup
```
git remote -v
git remote rename heroku production
git remote add staging https://git.heroku.com/HEROKU-APP-NAME.git
```

```
heroku buildpacks:add --index 1 heroku/nodejs
heroku buildpacks:add heroku/ruby
```