https://github.com/nonchalant/mountains-meter
百名山カウンター
https://github.com/nonchalant/mountains-meter
Last synced: 8 months ago
JSON representation
百名山カウンター
- Host: GitHub
- URL: https://github.com/nonchalant/mountains-meter
- Owner: Nonchalant
- Created: 2016-09-24T17:55:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T03:38:12.000Z (almost 10 years ago)
- Last Synced: 2024-12-27T20:44:29.050Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://mountains.nonchalant.tokyo/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MountainsMeter
## Precondition
* Mac OS X Yosemite
* node.js (v5.4.0 ~)
* npm (3.3.12 ~)
## Getting started
### 1. Download this repository
```bash
$ git clone {this repository's URL}
$ cd mountainsmeter
```
### 2. Install the Node packages as Glocal
```bash
$ npm install -g gulp-cli
```
### 3. Install the Node packages as Local
```bash
$ npm install
```
### 4. Run Task
```bash
$ gulp
```