Skip to content

Commit 0dd5479

Browse files
committed
Heroku button の追加
1 parent 7935865 commit 0dd5479

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
2+
13
# メディレコ
24
<div align="center">
35
<img src = "https://github.com/lime1024/medireco/blob/master/app/assets/images/medireco_icon.svg" width = 150px>

app.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Medireco",
3+
"description": "This app to create application documents for medical expenses deduction.",
4+
"keywords": ["Rails"],
5+
"website": "https://medireco.herokuapp.com/",
6+
"repository": "https://github.com/lime1024/medireco",
7+
"logo": "https://raw.githubusercontent.com/lime1024/medireco/master/app/assets/images/medireco_icon.svg",
8+
}

0 commit comments

Comments
 (0)