aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/README.md
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-18 04:44:13 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-18 04:44:13 +0800
commit59743d32daeb4679bb213a153815851a9ea6c115 (patch)
treec66550076cdaba4c8a0ed54902cfb48f236b1543 /packages/instant/README.md
parent5ec4b27200297708298deca97603849a37b2f66a (diff)
downloaddexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.tar
dexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.tar.gz
dexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.tar.bz2
dexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.tar.lz
dexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.tar.xz
dexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.tar.zst
dexon-sol-tools-59743d32daeb4679bb213a153815851a9ea6c115.zip
feat: 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 25aca9d3b..2437835c8 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.