From 806ae1900fd97a2d06031d46980c9dfc6e7fc4f1 Mon Sep 17 00:00:00 2001 From: mint73 Date: Thu, 8 Feb 2024 08:48:28 +0900 Subject: [PATCH] add: additional description and license section --- README.ja.md | 6 +++++- README.md | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index a284acf..4c926f1 100644 --- a/README.ja.md +++ b/README.ja.md @@ -3,7 +3,8 @@ [![CI/CD](https://github.com/mint73/suiran/actions/workflows/main.yml/badge.svg)](https://github.com/mint73/suiran/actions/workflows/main.yml) -高崎高校主催の学園祭「翠巒祭」の販売関係で使用する会計システム +高崎高校主催の学園祭「翠巒祭」の販売関係で使用する会計システムです。 +[Blazor WebAssembly](https://blazor.net) で構築しています。 ## 技術 - フレームワーク: Blazor wasm (.NET8) @@ -23,3 +24,6 @@ $ dotnet watch run --pathbase=/suiran 4. ブラウザでアクセス
ローカルホスト: http://localhost:5291/suiran + +## ライセンス +[MIT](./LICENSE) diff --git a/README.md b/README.md index 9919684..c10e18f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI/CD](https://github.com/mint73/suiran/actions/workflows/main.yml/badge.svg)](https://github.com/mint73/suiran/actions/workflows/main.yml) -This is accounting system for the school festival (customer side). +This is accounting system for the school festival (customer side), built on [Blazor WebAssembly](https://blazor.net). ## Technology - Framework: Blazor wasm (.NET8) @@ -23,3 +23,6 @@ $ dotnet watch run --pathbase=/suiran 4. Access on your browser
Local Host: http://localhost:5291/suiran + +## License +[MIT](./LICENSE)