Skip to content

Commit

Permalink
Update HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman authored Mar 12, 2019
1 parent 8328cce commit 4d7358c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down

0 comments on commit 4d7358c

Please sign in to comment.