aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/README.md
diff options
context:
space:
mode:
authorFrancesco Agosti <francesco.agosti93@gmail.com>2018-10-20 00:38:36 +0800
committerGitHub <noreply@github.com>2018-10-20 00:38:36 +0800
commiteb3a4d2fabcab3c2423d5827aba2fcaffc348320 (patch)
tree0bd34b345ef58cc6156f700b93b44cd5f32ea420 /packages/instant/README.md
parent669ea191a5e34ec704851377ee5eedb03c2d1538 (diff)
parent6f2217570f0dd7060cf208da32b18c52c9798871 (diff)
downloaddexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.tar
dexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.tar.gz
dexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.tar.bz2
dexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.tar.lz
dexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.tar.xz
dexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.tar.zst
dexon-sol-tools-eb3a4d2fabcab3c2423d5827aba2fcaffc348320.zip
Merge pull request #1148 from 0xProject/feature/instant/discharge
[instant] Create dogfood url and deployment workflow
Diffstat (limited to 'packages/instant/README.md')
-rw-r--r--packages/instant/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md
index 55b4404e7..07b01ac95 100644
--- a/packages/instant/README.md
+++ b/packages/instant/README.md
@@ -46,6 +46,18 @@ The package is also available as a UMD module named `zeroExInstant`.
</body>
```
+## Deploying
+
+You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dogfood.s3-website-us-east-1.amazonaws.com for easy sharing.
+
+To build and deploy the site run
+
+```
+yarn deploy
+```
+
+**NOTE: On deploying the site, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.**
+
## Contributing
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.