OSC is an economic citizenship experiment aiming to increase economic participation in open source software.
This repo powers the OSC platform.
- Configure
.env
credentials
cp .env.example .env
- Install dependencies
bundle install
bundle exec rake db:create db:migrate
- Run Server
bin/rails s
- Visit platform
http://localhost:3000
- Create test database
bundle exec rake db:create db:migrate RAILS_ENV=test
- Run specs
bin/rspec