https://github.com/ishi720/runroute
距離指定でランニングルートを作成します
https://github.com/ishi720/runroute
gulp5 javascript jquery php smarty
Last synced: about 2 months ago
JSON representation
距離指定でランニングルートを作成します
- Host: GitHub
- URL: https://github.com/ishi720/runroute
- Owner: ishi720
- Created: 2021-03-13T10:18:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T09:48:39.000Z (about 1 year ago)
- Last Synced: 2025-05-29T11:07:54.036Z (about 1 year ago)
- Topics: gulp5, javascript, jquery, php, smarty
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 概要
ランニングルートを自動生成する
距離を指定して、スタート地点からゴール地点まで輪になるようにする
### Badge
[](https://app.codacy.com/gh/ishi720/runroute/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
### セットアップ
- パッケージのインストール
```bash
$ yarn install
$ composer install
$ cd app & yarn install
```
- 設定ファイルの作成(/configs/config.yaml)
```yaml
googleMapApiKey: "XXXXXXXXXXXXXXXXXXX"
googleAnalyticsTrackingId: "G-XXXXXXXXX"
```
- 起動
```bash
$ yarn gulp
```
### 画面イメージ
ルートを設定

ルートを作成
