aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/README.md
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-20 00:44:47 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-20 00:44:47 +0800
commit100f446031e84c367f1d0852ef60fd04d4544b9f (patch)
treee0e2c6c896a7f0b4e738727f6baa8a30e5234695 /packages/instant/README.md
parent48f1e6057c878a948d21ed7d2214c7792c648f75 (diff)
parenteb3a4d2fabcab3c2423d5827aba2fcaffc348320 (diff)
downloaddexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar
dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.gz
dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.bz2
dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.lz
dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.xz
dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.tar.zst
dexon-sol-tools-100f446031e84c367f1d0852ef60fd04d4544b9f.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/beta-render-et-al
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.