Skip to content

Commit

Permalink
split: readme file
Browse files Browse the repository at this point in the history
to english version and japanese version
  • Loading branch information
mint73 committed Feb 1, 2024
1 parent 7f672ad commit 74c186d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 15 deletions.
25 changes: 25 additions & 0 deletions README.ja.md
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
28 changes: 13 additions & 15 deletions README.md
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

0 comments on commit 74c186d

Please sign in to comment.