Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
watasuke102 committed Apr 14, 2021
0 parents commit 6b96ef5
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
13 changes: 13 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# "THE MIT SUSHI-WARE LICENSE"

Copyright 2021 Watasuke

- 「作者(著作権者)がソフトウェアに関して責任を負わない」ことに同意する
- 著作権表示、もしくは本許諾表示をソフトウェアのすべての複製・重要な部分に記載する

以上2つの条件を満たしている場合、以下の権利が許諾されます。

- 使用・コピー・改変・再配布などを、無償かつ制限なしで扱うことができる権利
- ソフトウェアの作者(著作権者)に、寿司🍣を奢ることができる権利

based [SUSHI-WARE LICENSE](https://github.com/MakeNowJust/sushi-ware)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# watasuke.tk

[https://watasuke.tk](https://watasuke.tk)で公開される(予定の)ページのソース
Reactです

## LICENSE
MIT SUSHI-WARE LICENSE
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "watasuke.tk",
"version": "1.0.0",
"description": "[https://watasuke.tk](https://watasuke.tk)で公開される(予定の)ページ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watasuke102/watasuke.tk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/watasuke102/watasuke.tk/issues"
},
"homepage": "https://github.com/watasuke102/watasuke.tk#readme"
}

0 comments on commit 6b96ef5

Please sign in to comment.