Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orisano/orisano.github.io

my hosting page
https://github.com/orisano/orisano.github.io

Last synced: 24 days ago
JSON representation

my hosting page

Awesome Lists containing this project

README

        

Grunt.jsと関連モジュールのインストール

```
npm install grunt-cli
npm install
```

* Gruntの実行

簡易サーバの立ち上げと、ファイル監視

```
grunt dev
```

* チューニングの実行

```
grunt tune
```