Startup Victoria's web site is open-source.
If you have skills in any of: design, Ruby on Rails, PostgreSQL, ActiveAdmin, Haml, CoffeeScript or Bootstrap and would like to tackle something on this roadmap, we'd be grateful!
High Priority:
- /betterfounder to showcase the Better Founder Groups and their members
Low Priority:
- email capture for the newsletter that doesn't take the user off site.
Bugs:
- no code to change the active class in the header nav
The basic features of the web site:
-
content
-
member registration
-
payment via stripe
-
logged-in members get access to coupons
-
calendar of events
-
administration (ActiveAdmin)
-
responsive
Prerequisites: postgresql
Run the bootstrap script to set up the app dependencies:
./script/bootstrap.sh
foreman start
localhost/5000
rspec