An open API service indexing awesome lists of open source software.

https://github.com/frontainer/source-review-tool

LIGでかつてソースコードをリアルタイムに共有してレビューするために使っていたツール
https://github.com/frontainer/source-review-tool

Last synced: about 1 year ago
JSON representation

LIGでかつてソースコードをリアルタイムに共有してレビューするために使っていたツール

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)を使用