Welcome to Kaizen
Kaizen, as a word, comes from the Japanese philosophy of improving oneself in any way, big or small. Kaizen, as an application, is built with this philosophy at it's core.
Kaizen is an application about community improvement. At it's core, Kaizen seeks to help bridge the gap between students and junior developers breaking in to development and large, professional communities like Stack Overflow. Turing taught us that developer empathy should be at the forfront of developer engagement. As a developer team, we set out to bring empathy to those who may feel intimidated in other spaces. The result? Kaizen.
Looking to figure out how to use our production application? Check out the information below.
If you are interested in seeing what it looks like under the hood, follow these steps to bring to your local machine.
-
FORK and CLONE this repository.
-
Head to your terminal and type the following commands:
bundle install bundle update rails db:{drop,create,migrate,seed}
-
Want to see it in a local server? Do this:
rails s
Then open your favorite browser and head to
localhost:3000
-
Interested in our testing coverage and suite? Do this:
bundle exec rspec