uechi.io/scripts/bootstrap

8 lines
101 B
Plaintext
Raw Normal View History

2017-10-07 11:43:26 +09:00
#!/bin/sh
# usage: script/bootstrap
#
# Setup dev env
gem install bundler
bundle install
npm install