Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gre/old_gre.github.io
My blog
https://github.com/gre/old_gre.github.io
Last synced: 12 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/gre/old_gre.github.io
- Owner: gre
- Created: 2013-04-18T12:39:46.000Z (over 11 years ago)
- Default Branch: source
- Last Pushed: 2021-04-09T08:25:58.000Z (over 3 years ago)
- Last Synced: 2024-11-04T23:11:57.483Z (about 2 months ago)
- Language: Less
- Homepage: greweb.me
- Size: 82.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build the Project
===Needs Ruby Version
---**2.1.7**
*(version after this will break.. ruby is so unstable OMG)*
```
rbenv install 2.1.7
rbenv local 2.1.7
rbenv shell 2.1.7
```Build it
---Install [bundler](https://github.com/bundler/bundler/)
```
gem install bundler
```then
```sh
bundle install
bundle exec rake
```