Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orisano/orisano.github.io
- Owner: orisano
- License: mit
- Created: 2014-01-11T07:30:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T08:30:08.000Z (about 8 years ago)
- Last Synced: 2024-10-04T17:51:24.989Z (about 1 month ago)
- Language: CSS
- Size: 1.79 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Grunt.jsと関連モジュールのインストール
```
npm install grunt-cli
npm install
```* Gruntの実行
簡易サーバの立ち上げと、ファイル監視
```
grunt dev
```* チューニングの実行
```
grunt tune
```