Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatena/ios-intern-bookmark-simple-2014
はてなインターン2014版サンプルブックマークiOSアプリ(シンプル版)
https://github.com/hatena/ios-intern-bookmark-simple-2014
Last synced: about 17 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T03:50:48.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T00:04:59.779Z (7 months 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
```