Skip to content

f96q/kptboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KPTBoard Logo

Build Status Code Climate

Setup

development

bundle install --without=heroku
bin/setup
bundle exec foreman start -f Procfile.development

test

bundle exec rake spec
yarn run test

Docker

cp .env.db.example
cp .env.app.example
docker-compose up
docker-compose run app rake db:migrate