diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-12-04 02:32:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 02:32:51 +0800 |
commit | 3662ab25246a53128d85e8427ebe07518245b611 (patch) | |
tree | 2f652e3be6d764ace2adb288a57b7bc073da93b1 /packages/instant/README.md | |
parent | 57986c0e1e4f3fb79a78d13f09e5b55efa3b8547 (diff) | |
parent | 937235c4fd872912accfd33cf45afdebd3f372a7 (diff) | |
download | dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.gz dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.bz2 dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.lz dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.xz dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.tar.zst dexon-sol-tools-3662ab25246a53128d85e8427ebe07518245b611.zip |
Merge pull request #1364 from 0xProject/feature/instant/allow-env-vars-in-env-file
[instant] Add dotenv to make env dependencies more explicit
Diffstat (limited to 'packages/instant/README.md')
-rw-r--r-- | packages/instant/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md index 45a871124..2092b45d9 100644 --- a/packages/instant/README.md +++ b/packages/instant/README.md @@ -20,6 +20,8 @@ The package is available as a UMD module named `zeroExInstant` at https://instan ## Deploying +To run any of the following commands you need to configure your `.env` file. There is an example `.env_example` file to show you what values are required. + You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dogfood.s3-website-us-east-1.amazonaws.com/instant.js for easy sharing. To build and deploy the bundle run |