# Build images
$ make build
# Setup
$ make setup
# Run services
$ make up
# run rails console
$ bin/spring rails c
# run rake task
$ bin/spring rake db:migrate
The gem is available as open source under the terms of the MIT License.
# Build images
$ make build
# Setup
$ make setup
# Run services
$ make up
# run rails console
$ bin/spring rails c
# run rake task
$ bin/spring rake db:migrate
The gem is available as open source under the terms of the MIT License.