-
Install ruby (I recommend rbenv - this project contains a .ruby_version file)
-
Install mysql (
$ brew install mysql
, then configure ) -
$ gem install bundler
-
$ bundle install
-
Create config/application.yml (see config/application_sample.yml)
-
$ rake db:setup
-
$ git submodule init && git submodule update
-
Install and configure your system to use the node version in .nvmrc. If you have nvm, you can just do
nvm use
-
Install yarn (
$ brew install yarn
) -
Yarn install:
$ yarn install
-
install and run the card-svc