Skip to content

A website to list where is vending machines at University of Tsukuba.

License

AGPL-3.0, Apache-2.0 licenses found

Licenses found

AGPL-3.0
COPYING-AGPL
Apache-2.0
COPYING-APACHE
Notifications You must be signed in to change notification settings

eniehack/itf-vendingmachine

Repository files navigation

筑波大学自販機 Map

筑波大学構内の自動販売機の場所を一覧できるサイト

プライバシーに関して

このサービスではあなたの位置情報を取り扱います。 しかし、位置情報はあなたのブラウザのみに共有され、その他第三者に共有されることはありません。

ライセンス

copyright (c) 2022 eniehack

このソフトウェアは Apache License 2.0 または GNU Affero General Public License v3.0 only でライセンスされます。 あなたはこれら 2 つからライセンスを選ぶことができます。

また、src/lib/assets/bottle.webpは、tabler-icons (MIT ライセンス) から取得し、変換されたファイルです。

MIT License

Copyright (c) 2020-2022 Paweł Kuna

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Install

主に開発者向けです

  1. clone & cd
  2. pnpm i
  3. pnpm run dev

貢献する

以下はこのサイト自体を改善する場合の方法を述べています。 プログラムが書けなくても貢献する方法があります。 詳しくはこちら

  1. Fork it (https://github.com/eniehack/henly-web/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributers