Skip to content

vbauer/ios-cosmos.herokuapp.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

If you want to make this world a little bit better you can:

  • Fork this repository
  • Add some new interesting projects or fix mistakes. Modify file:
    • projects/free.yml - for free projects
    • or projects/paid.yml - for paid projects
  • Send back a pull request

NB: Please, check your indentations in text to prevent possible problems with YAML parser.

Running server locally

To install needed dependencies, run this commands in the project directory:

rvm use 2.5.1
bundle install

To check your changes in life, you can run server locally using the following command:

bundle exec rackup -p 8080 config.ru

Server should be available on http://localhost:8080.