Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatena/intern-bookmark-2013
はてなインターン2013版サンプルWebアプリ
https://github.com/hatena/intern-bookmark-2013
Last synced: about 18 hours ago
JSON representation
はてなインターン2013版サンプルWebアプリ
- Host: GitHub
- URL: https://github.com/hatena/intern-bookmark-2013
- Owner: hatena
- Created: 2013-10-11T05:14:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T05:29:55.000Z (about 11 years ago)
- Last Synced: 2024-04-15T00:04:59.825Z (7 months ago)
- Language: Perl
- Size: 97.7 KB
- Stars: 10
- Watchers: 31
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## セットアップ
以下のコマンドを実行。
```
$ script/setup.sh
```## サーバ起動
以下のコマンドでサーバが起動できる。デフォルトではhttp://localhost:3000/ にアクセスすれば良い。
```
$ script/appup
```