-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to english version and japanese version
- Loading branch information
Showing
2 changed files
with
38 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 翠巒祭会計システム | ||
- [English Version](./README.md) | ||
|
||
[![CI/CD](https://github.com/mint73/suiran/actions/workflows/main.yml/badge.svg)](https://github.com/mint73/suiran/actions/workflows/main.yml) | ||
|
||
高崎高校主催の学園祭「翠巒祭」の販売関係で使用する会計システム | ||
|
||
## 技術 | ||
- フレームワーク: Blazor wasm (.NET8) | ||
- 構文: Razor(HTML + CSS + C#) | ||
|
||
**動作方法** | ||
1. [.NET CLIをインストール](https://learn.microsoft.com/ja-jp/dotnet/core/install/) | ||
2. 対象ディレクトリに移動 | ||
```shell | ||
$ cd suiran | ||
``` | ||
|
||
3. アプリケーションをビルド | ||
```shell | ||
$ dotnet watch run --pathbase=/suiran | ||
``` | ||
|
||
4. ブラウザでアクセス<br /> | ||
ローカルホスト: http://localhost:5291/suiran |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
# Suiran Accounting System / 翠巒祭会計システム | ||
[![Blazor wasm](https://github.com/mint73/suiran/actions/workflows/main.yml/badge.svg)](https://github.com/mint73/suiran/actions/workflows/main.yml) | ||
# Suiran Accounting System | ||
- [日本語版](./README.ja.md) | ||
|
||
## Summary / 概要 | ||
This is accounting system for the school festival (customer side). / 高崎高校主催の学園祭「翠巒祭」の販売関係で使用する会計システム | ||
[![CI/CD](https://github.com/mint73/suiran/actions/workflows/main.yml/badge.svg)](https://github.com/mint73/suiran/actions/workflows/main.yml) | ||
|
||
## Tech / 技術 | ||
- Framework / フレームワーク: Blazor wasm (.NET8) | ||
- Syntax / 構文: Razor(HTML + CSS + C#) | ||
This is accounting system for the school festival (customer side). | ||
|
||
**How to develop this application / 動作方法** | ||
1. Install dotnet command / dotnetコマンドをインストール<br /> | ||
(English: https://learn.microsoft.com/en-us/dotnet/core/install/ <br /> | ||
日本語: https://learn.microsoft.com/ja-jp/dotnet/core/install/) | ||
## Technology | ||
- Framework: Blazor wasm (.NET8) | ||
- Syntax: Razor(HTML + CSS + C#) | ||
|
||
2. Move to target directry / 対象ディレクトリに移動 | ||
**How to develop this application** | ||
1. [Install .NET CLI](https://learn.microsoft.com/en-us/dotnet/core/install/) | ||
2. Move to target directry | ||
```shell | ||
$ cd suiran | ||
``` | ||
|
||
3. Build this application / アプリケーションをビルド | ||
3. Build this application | ||
```shell | ||
$ dotnet watch run --pathbase=/suiran | ||
``` | ||
|
||
4. Access on your brouser / ブラウザでアクセス<br /> | ||
Local Host / ローカルホスト: http://localhost:5291/suiran | ||
4. Access on your brouser<br /> | ||
Local Host: http://localhost:5291/suiran |