--- title: 如何Clone? tags: git 相關 --- ## <font color=red>** 如何Clone?** </font> 1. 位置 到github專案找 2. 先 git clone 網址 3. rails db:create 裝database 4. rails db:migrate 5. bundle install 6. yarn install 7. foreman s 打開,看看東西跑不跑得出來!!!!