From da6d1377e6623e4212bca8b6e2cff9b111b6b0f7 Mon Sep 17 00:00:00 2001 From: Byeon seongun Date: Sat, 4 Apr 2020 16:02:59 +0900 Subject: [PATCH] =?UTF-8?q?:pencil:=20README.md=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ac9a56 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# konami-card-wasm +konami card (e-amusement card) ID와 NFC ID를 서로 변환합니다. + +## Requirement +- go + +## Build +```shell script +npm run build # npm +yarn build # yarn +``` +빌드가 완료 된 후 build 폴더를 모듈처럼 사용하시면 됩니다!