Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lesliecdubs/rails-template
- Owner: lesliecdubs
- Created: 2017-02-07T17:57:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T18:29:52.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T05:51:03.863Z (3 months ago)
- Language: Ruby
- Size: 9.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```