https://github.com/frontainer/source-review-tool
LIGでかつてソースコードをリアルタイムに共有してレビューするために使っていたツール
https://github.com/frontainer/source-review-tool
Last synced: about 1 year ago
JSON representation
LIGでかつてソースコードをリアルタイムに共有してレビューするために使っていたツール
- Host: GitHub
- URL: https://github.com/frontainer/source-review-tool
- Owner: frontainer
- Created: 2014-10-01T11:07:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T03:02:45.000Z (over 11 years ago)
- Last Synced: 2025-04-14T01:52:29.465Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://liginc.co.jp/web/js/other-js/121082
- Size: 1.62 MB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
source-review-tool
==================
ソースコードレビュー用に作ったコラボレーションツール
## Demo
[http://frontainer.com/source-review-tool/](http://frontainer.com/source-review-tool/)
## Development
### Required
* NodeJS
* GulpJS
* WebPack
[Ace Editor](http://ace.c9.io/#nav=about);
[TogetherJS](https://togetherjs.com/)
[AngularJS](https://angularjs.org/)
### Gulp Tasks
* gulp - 監視&サーバー起動
* gulp script - JSをWebPackでコンパイル
* gulp style - SCSSをコンパイル
※ 開発テンプレートは[Frontplate](https://github.com/frontainer/frontplate)を使用