Skip to content

Commit

Permalink
Configuring gox
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Jan 11, 2019
1 parent 4d3892b commit 2ac8e4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ vendor/

ui/node_modules
ui/.cache
ui/dist
ui/dist
kubedev_*
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ Run app
```
yarn start
```

## Packaging

Package UI

```
yarn build
```

Package Server

```
gox
```

0 comments on commit 2ac8e4d

Please sign in to comment.