※ Node.jsのバージョン固定のため、Voltaをインストールする必要があります。
- TypeScript
- Node.js 16.13
- Next.js v12
- Tailwindcss v3.0
# 依存関係インストール
$ yarn install
# パッケージの追加 (本番環境に必要なもの)
$ yarn add <パッケージ名>
# パッケージの追加 (開発環境に必要なもの)
$ yarn add <パッケージ名> --dev
# 開発用サーバー起動
$ yarn dev
# ビルド + サーバー起動
$ yarn build
$ yarn start
CONTRIBUTING.md を参照
- https://boar-map.gifugis.jp/ (masterブランチ)
- https://boarmap-dev.gifu-nct.ac.jp/ (developブランチ)
Copyright (c) 2019-2022 National Institute of Technology, Gifu College GIS Team