Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatena/ios-intern-bookmark-2013
https://github.com/hatena/ios-intern-bookmark-2013
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatena/ios-intern-bookmark-2013
- Owner: hatena
- Created: 2013-10-11T06:06:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T09:25:22.000Z (over 10 years ago)
- Last Synced: 2024-04-15T00:04:59.804Z (7 months ago)
- Language: Objective-C
- Size: 206 KB
- Stars: 39
- Watchers: 34
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# セットアップ
## サーバー
https://github.com/hatena/Intern-Bookmark-2013
`http://localhost:3000/` で動いている前提
## CocoaPods
外部モジュール管理ツールです
### CocoaPods のインストール
```
$ [sudo] gem install cocoapods
$ pod setup
```### 外部モジュールセットアップ
```
$ pod install
```# アプリ起動
Xcode で **Run**
# ドキュメント生成
`appledoc` でドキュメント生成します
```
$ brew install appledoc
$ script/build-docs
```