lamassu-server/lamassu-admin-elm
Davit Abulashvili b254f7f2be Support itbit exchange/ticker. Additions (#232)
* Initial itBit implementation

* Add tests for calculatePrice in exchange/itbit.js

* Add etherium to supported crypto codes in common/itbit.js

* Apply standardjs to itbit files

* itbit trade test. not important

* test getCurrencyRates in ticker/itbit.js
2018-12-11 11:47:34 +02:00
..
build Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
src Support itbit exchange/ticker. Additions (#232) 2018-12-11 11:47:34 +02:00
tests Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
.gitignore Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
cli.txt Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
elm-package.json Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
README.md Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
todo.txt Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
UNLICENSE Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00

lamassu-admin

Development

Start the hot-reloading webpack dev server:

npm start

Navigate to http://localhost:8080.

Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload.

Production

When you're ready to deploy:

npm run build

This will create a dist folder:

.
├── dist
│   ├── index.html 
│   ├── 5df766af1ced8ff1fe0a.css
│   └── 5df766af1ced8ff1fe0a.js