From 4d7358cc8dc28bfd18377d46679a854ce42bbde6 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Tue, 12 Mar 2019 11:45:48 -0700 Subject: [PATCH] Update HACKING.md --- HACKING.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/HACKING.md b/HACKING.md index c7ccfb9..3160d17 100644 --- a/HACKING.md +++ b/HACKING.md @@ -11,6 +11,7 @@ git clone https://github.com/tythe-protocol/tythe git clone https://github.com/tythe-protocol/z_test1 git clone https://github.com/tythe-protocol/z_test2 +cd tythe ``` # Important Note on Go Modules @@ -31,21 +32,16 @@ go build ./cmd/tythe ``` cd cmd/webtythe/ui npm install +cd - ``` -### Development +### Needed every time ``` cd cmd/webtythe go run build.go -./webtythe -``` -### Production - -``` -cd cmd/webtythe -go run build.go --prod +# Run server on :8080 ./webtythe ```