diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-10-20 00:38:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 00:38:36 +0800 |
commit | eb3a4d2fabcab3c2423d5827aba2fcaffc348320 (patch) | |
tree | 0bd34b345ef58cc6156f700b93b44cd5f32ea420 /packages/instant/README.md | |
parent | 669ea191a5e34ec704851377ee5eedb03c2d1538 (diff) | |
parent | 6f2217570f0dd7060cf208da32b18c52c9798871 (diff) | |
download | dexon-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.md | 12 |
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. |