|
4 years ago | |
---|---|---|
app | 4 years ago | |
bin | 4 years ago | |
config | 4 years ago | |
db | 4 years ago | |
features | 4 years ago | |
lib | 4 years ago | |
log | 5 years ago | |
public | 5 years ago | |
script | 4 years ago | |
spec | 4 years ago | |
vendor/assets | 4 years ago | |
.codeclimate.yml | 4 years ago | |
.csslintrc | 4 years ago | |
.eslintignore | 4 years ago | |
.eslintrc | 4 years ago | |
.gitignore | 5 years ago | |
.irbrc | 5 years ago | |
.rspec | 4 years ago | |
.rubocop.yml | 4 years ago | |
.ruby-version | 4 years ago | |
.travis.yml | 4 years ago | |
Capfile | 4 years ago | |
Gemfile | 4 years ago | |
Gemfile.lock | 4 years ago | |
LICENSE | 6 years ago | |
Procfile | 5 years ago | |
README.md | 4 years ago | |
Rakefile | 5 years ago | |
coffeelint.json | 4 years ago | |
config.ru | 4 years ago |
Madloba (beta) is a free, open-source solution that connects people who have things to exchange.
Each Madloba website uses a map that allows users to visualize at a glance what their neighbours have to give away or what they are looking for.
More information on madloba.org.
To deploy your Madloba instance, follow the steps in the installation guide.
If you want run Madloba on your local machine, follow these steps:
$ git clone git@github.com:etiennebaque/madloba.git
$ cd madloba && bundle install
$ bundle exec rake db:setup
$ rails s
This project uses the following main gems:
Feel free to give Madloba a try at demo.madloba.org. Instructions about this demo can be found here.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Madloba is an Open Source Software released under the GNU Geneal Public License - V2.