https://github.com/hatena/ios-intern-bookmark-simple-2014
はてなインターン2014版サンプルブックマークiOSアプリ(シンプル版)
https://github.com/hatena/ios-intern-bookmark-simple-2014
Last synced: over 1 year ago
JSON representation
はてなインターン2014版サンプルブックマークiOSアプリ(シンプル版)
- Host: GitHub
- URL: https://github.com/hatena/ios-intern-bookmark-simple-2014
- Owner: hatena
- Created: 2014-12-03T03:42:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T03:50:48.000Z (over 11 years ago)
- Last Synced: 2025-03-24T09:46:57.617Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 125 KB
- Stars: 7
- Watchers: 44
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# セットアップ
## サーバー
https://github.com/hatena/Intern-Bookmark-2014
`http://localhost:3000/` で動いている前提
## CocoaPods
外部モジュール管理ツールです
### CocoaPods のインストール
```
$ [sudo] gem install cocoapods
$ pod setup
```
### 外部モジュールセットアップ
```
$ pod install
```
# アプリ起動
Xcode で **Run**
# ドキュメント生成
`appledoc` でドキュメント生成します
```
$ brew install appledoc
$ script/build-docs
```