Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 473 Bytes

FlexTimeCheck

フレックスタイムを活用したい社内向けwebサービスでした。

Usage

git clone https://github.com/Fendo181/FlexTimeCheck.git
cd FlexTimeCheck

bundle install --path vendor/bundler
rails db:migrate

# local server
rails s

RailsやRubyを入れてない方はこちらのサイトを参考にして導入して下さい。