Skip to content

kamiyam/mapprint

 
 

Repository files navigation

給水所/お風呂/洗濯(ランドリー)マップ 印刷向け

こちらの 給水所/お風呂/洗濯(ランドリー)マップ を、印刷向けに最適化したサイトのソースコードです。

https://codeforjapan.github.io/mapprint/

から実際のページを確認できます。

Help Wanted!!

Issues にあるいろいろな修正にご協力いただけると嬉しいです。 詳しくはこちら

開発環境の構築方法

Requirement

  • ruby >= 2.2.6
  • bundler
  • node.js >= 6.0.0

環境構築

git clone git@github.com:codeforjapan/mapprint.git
cd mapprint
npm install
bundle install --path=vendor/bundle
bundle exec middleman build

起動

bundle exec middleman server

http://localhost:4567 で見れるはず

ソースコードを編集したら

bundle exec middleman build

この辺、�自動で反映されるようにしたい

deploy

bundle exec middleman deploy

このリポジトリへの push 権限が必要。 github pages で作られているので、gh-pages ブランチが更新されます。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • Ruby 12.8%
  • CSS 8.8%
  • HTML 5.8%