Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
some deployment instructions
  • Loading branch information
taoeffect authored Jan 20, 2025
1 parent cb101e5 commit f79daaa
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,26 @@ grunt dev --tunnel
> $ ssh -R 80:localhost:8000 [email protected]
> ```
Build the app for distribution
Pin a new version of contracts:
```bash
grunt deploy
$ NODE_ENV=production grunt pin:0.1.0
```
Clean up files in `dist/`
Build the app for distribution:

```bash
$ NODE_ENV=production grunt deploy
$ tar cfz gi-v1.1.0.tgz dist
```

Clean up files in `dist/`:

```bash
grunt clean
```

Run tests.
Run tests:

**NOTE: You may need to first install Cypress using `./node_modules/.bin/cypress install`**

Expand Down

0 comments on commit f79daaa

Please sign in to comment.