Skip to content

okisoft/OTSystem

Repository files navigation

Build Status

OTSystem

初期設定

  • ruby -vでruby のバージョンが2.4.3であるかを確認する

  • bundler のインストール

$ gem install bundler
  • Gemfileがあるレポジトリで以下を実行
$ bundle install --path vendor/bundle
  • 正しく動いているかの確認
$ bundle exec rails s
  • JQueryの導入

    1. npmまたはbrewyarnをインストールする
    # Homebrewから
    $ brew install yarn
    # npmから
    $ npm --global install yarn
    
    1. プロジェクトのトップで以下のコマンドを実行
    yarn install
    

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •