mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 15:10:59 +00:00
Fix code style link in readme to point to contributing doc (#223)
* Fix code style link in readme to point to contributing doc * Update documentation tool template files and regenerated documentation
This commit is contained in:
committed by
Adrian Gallagher
parent
ff6a84f0f1
commit
2993ae17cf
@@ -1,10 +1,8 @@
|
||||
|
||||
## 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)
|
||||
@@ -12,13 +10,18 @@
|
||||
[](https://goreportcard.com/report/github.com/thrasher-/gocryptotrader)
|
||||
|
||||
|
||||
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.
|
||||
This web package is part of the GoCryptoTrader codebase.
|
||||
|
||||
## This is still in active development
|
||||
|
||||
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/)
|
||||
|
||||
|
||||
# The Angular version of the front-end is being replaced by a React implementation on this branch: https://github.com/thrasher-/gocryptotrader/tree/react-web/web
|
||||
### 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.
|
||||
|
||||
## Install dependencies with npm
|
||||
|
||||
``` bash
|
||||
@@ -42,7 +45,6 @@ Currently runs with:
|
||||
|
||||
- Angular v7
|
||||
|
||||
|
||||
## To build for production
|
||||
|
||||
- **in a terminal window** -> npm start
|
||||
|
||||
Reference in New Issue
Block a user