Skip to content

Commit

Permalink
add: additional description and license section
Browse files Browse the repository at this point in the history
  • Loading branch information
mint73 committed Feb 7, 2024
1 parent bc940f7 commit 806ae19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -23,3 +24,6 @@ $ dotnet watch run --pathbase=/suiran

4. ブラウザでアクセス<br />
ローカルホスト: http://localhost:5291/suiran

## ライセンス
[MIT](./LICENSE)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -23,3 +23,6 @@ $ dotnet watch run --pathbase=/suiran

4. Access on your browser<br />
Local Host: http://localhost:5291/suiran

## License
[MIT](./LICENSE)

0 comments on commit 806ae19

Please sign in to comment.