We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readmeに記載の以下の内容で充分?
gulp が使用できる場合は、次のコマンドで環境構築が完了します。 $ git clone https://github.com/codeforchiba/papamama.git $ cd papamama $ npm install $ gulp serve
gulp が使用出来ない場合は、 Node.js 及び gulp をインストールします。Node.js のインストールについては、こちらをご覧ください。
Node.js の実行環境をインストールした後、gulp をインストールします。 $ npm install -g gulp-cli 権限がないというエラーがでた場合は、 sudo してください。 $ sudo npm install -g gulp-cli
国土数値情報ダウンロードサービスから、該当する市町村の以下のデータを取得してください。
以下のコマンドを実行することで data ディレクトリに geojson データが生成されます。 $ gulp updatedata
The text was updated successfully, but these errors were encountered:
データの修正作業。 認定こども園(保育部分)は、施設種別を「認定こども園(保育)」 と手動修正する必要がある。 自動化方法は今後検討
Sorry, something went wrong.
No branches or pull requests
Readmeに記載の以下の内容で充分?
Node.js & gulp が使用できる場合
gulp が使用できる場合は、次のコマンドで環境構築が完了します。
$ git clone https://github.com/codeforchiba/papamama.git
$ cd papamama
$ npm install
$ gulp serve
Node.js & gulp が使用出来ない場合
gulp が使用出来ない場合は、 Node.js 及び gulp をインストールします。Node.js のインストールについては、こちらをご覧ください。
Node.js の実行環境をインストールした後、gulp をインストールします。
$ npm install -g gulp-cli
権限がないというエラーがでた場合は、 sudo してください。
$ sudo npm install -g gulp-cli
アプリケーションに必要なデータの作成方法
国土数値情報ダウンロードサービスから、該当する市町村の以下のデータを取得してください。
ダウンロードしてきたら zip ファイルを展開して、data_org ディレクトリにshp ファイルと dbf ファイルを配置します。
以下のコマンドを実行することで data ディレクトリに geojson データが生成されます。
$ gulp updatedata
The text was updated successfully, but these errors were encountered: