Initial commit

This commit is contained in:
2022-07-11 11:28:28 +08:00
commit 23904e0cd9
34 changed files with 1861 additions and 0 deletions

6
script/bootstrap Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
gem install bundler
bundle install