Skip to content

beraboume/nico.berabou.me

Repository files navigation

2015-10-12 21 02 11

Setup & Boot

gitおよびNodeJSとbowerのインストールが終了していることが前提です。ターミナル/cmder環境下で

git clone https://github.com/59naga/nico.berabou.me.git
cd nico.berabou.me

npm install
npm start
# Server running at http://localhost:59798

とすることで、http://localhost:59798上に、開発環境を起動できます。

NODE_ENV=production npm start
# Server running at http://localhost:59798

とすることで、本番環境に近い、コンパイルを圧縮して、各indexファイルを公開します。 (初回起動時、ファイルの圧縮にCPUをかなり消費します。プロセスが強制終了してpkgs.min.jsが生成されない場合は、onefile -o pkgs.min.js -mを手動で行う必要があるかもしれません。ファイルが./pkgs.min.jsに存在する場合、圧縮処理は起動しません。)

License

MIT

About

Abstract nicovideo.jp search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published