https://github.com/vbauer/ios-cosmos.herokuapp.com
Source to ios-cosmos.com
https://github.com/vbauer/ios-cosmos.herokuapp.com
ios ios-libraries
Last synced: 6 months ago
JSON representation
Source to ios-cosmos.com
- Host: GitHub
- URL: https://github.com/vbauer/ios-cosmos.herokuapp.com
- Owner: vbauer
- Created: 2014-05-21T18:51:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T11:45:05.000Z (over 7 years ago)
- Last Synced: 2025-06-09T19:48:30.683Z (11 months ago)
- Topics: ios, ios-libraries
- Language: HTML
- Homepage: http://ios-cosmos.herokuapp.com
- Size: 31.3 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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:
```sh
rvm use 2.5.1
bundle install
```
To check your changes in life, you can run server locally using the following command:
```sh
bundle exec rackup -p 8080 config.ru
```
Server should be available on [http://localhost:8080](http://localhost:8080/).