Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

hwasub/node-hsdc

Repository files navigation

CircleCI codecov

hsdc-js

port of HSDeckCode (previously written in PHP) to node.js

Build

# Build a Docker image
$ docker build -t hsdcjs .
# Run, or Deploy
$ docker run --rm -it -d -p 80:3000 hsdcjs
# then navigate to http://localhost:80

OR,

# install dependencies
$ yarn install
# serve with hot reload at localhost:3000, including api server
$ yarn run dev
# serving only api server at localhost:3000
$ yarn run api
# build for production and launch server
$ yarn build && yarn serve
# OR
$ yarn start # (it will build then serve)
 # then navigate to http://localhost:3000

License

(c) 2018 Hwasub Lee. All rights reserved. This software is released under the Mozilla Public Lincense 2.0. See LICENSE for futher information.

Disclaimer

Hearthstone is a trademark or registered trademark of Blizzard Entertainment, Inc., in the U.S. and/or other countries. I and other contributors are not affiliated with Blizzard Entertainment. Some files in this software may contain data that are copyrighted by Blizzard Entertainment.

About

Hearthstone Deckcode Decode Tool on Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /