Skip to content

Trude/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steria Chess

Production: http://steria.no/sjakk

Initial setup

You should have ruby >= 2.1.2 and bundler installed.

Then run the following commands:

# fetch the project from github
git clone [email protected]:Trude/chess.git

cd chess

# install dependencies
bundle install

# migrate the database
[bundle exec] rake db:migrate

# start the application for development (starts on port 3000)
[bundle exec] rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published