mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-17 23:16:52 +00:00
Update readme to direct development to React branch
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
|
||||
## The Angular version of the front-end is being replaced by a React implemtnation on this branch: https://github.com/thrasher-/gocryptotrader/tree/react-web/web
|
||||
|
||||
# GoCryptoTrader package Web
|
||||
|
||||
<img src="https://github.com/thrasher-/gocryptotrader/blob/master/web/src/assets/page-logo.png?raw=true" width="350px" height="350px" hspace="70">
|
||||
|
||||
|
||||
[](https://travis-ci.org/thrasher-/gocryptotrader)
|
||||
[](https://github.com/thrasher-/gocryptotrader/blob/master/LICENSE)
|
||||
[](https://godoc.org/github.com/thrasher-/gocryptotrader/web)
|
||||
@@ -10,22 +12,12 @@
|
||||
[](https://goreportcard.com/report/github.com/thrasher-/gocryptotrader)
|
||||
|
||||
|
||||
This web package is part of the GoCryptoTrader codebase.
|
||||
|
||||
## This is still in active development
|
||||
There will be no further development on the Angular front end and all development should be directed to the new branch until it is merged.
|
||||
|
||||
You can track ideas, planned features and what's in progresss on this Trello board: [https://trello.com/b/ZAhMhpOy/gocryptotrader](https://trello.com/b/ZAhMhpOy/gocryptotrader).
|
||||
|
||||
Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader Slack](https://gocryptotrader.herokuapp.com/)
|
||||
|
||||
## Current Features
|
||||
|
||||
+ It can run
|
||||
+ It can be compiled with Electron to run as an executable
|
||||
+ Websocket support to listen to GoCryptoTrader events
|
||||
+ Material design
|
||||
+ Has a semi-working Settings page
|
||||
+ Has a basic ticker dashboard
|
||||
|
||||
## Install dependencies with npm
|
||||
|
||||
@@ -48,10 +40,7 @@ npm run start:web
|
||||
|
||||
Currently runs with:
|
||||
|
||||
- Angular v6.0.9
|
||||
- Angular-CLI v6.0.8
|
||||
- Electron v1.8.7
|
||||
- Electron Builder v20.0.4
|
||||
- Angular v7
|
||||
|
||||
|
||||
## To build for production
|
||||
|
||||
Reference in New Issue
Block a user