Skip to content

Commit

Permalink
docs: README を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Feb 11, 2024
1 parent d8eae70 commit df1234e
Showing 1 changed file with 46 additions and 5 deletions.
51 changes: 46 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,56 @@
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![renovate](https://img.shields.io/badge/maintaied%20with-renovate-blue?logo=renovatebot)](https://app.renovatebot.com/dashboard)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tatsutakein/project-boilerplate)

# Project boilerplate

プロジェクト作成時のテンプレートです.
Template for project creation.

## Features

TBD

## GetStarted
### Screenshots

以下の手順を踏んで開発に参加しましょう.
TBD

### 1. Bootstrap
## Get Started

以下のコマンドを実行して開発環境を整えます.
After git clone, run the following command

```shell
$ make bs
```

## Development Environment

TBD

## Architecture

TBD

## Build

TBD

## Testing

TBD

## Performance

TBD

## Contributors

Thanks to our wonderful contributors!

<a href="https://github.com/tatsutakein/project-boilerplate/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tatsutakein/project-boilerplate" />
</a>

## License

boilerplate is distributed under the terms of the MIT License. See the [license](LICENSE) for more
information.

0 comments on commit df1234e

Please sign in to comment.