-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8eae70
commit df1234e
Showing
1 changed file
with
46 additions
and
5 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 |
---|---|---|
@@ -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. |