diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-04 19:42:28 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-04 19:42:28 +0800 |
commit | 240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0 (patch) | |
tree | 4bee9351d053ead04d0eca7a4cf797384dcd4032 /packages/instant/README.md | |
parent | 672a4b93ba2d3e218b7ec7e0eba53e82349ac432 (diff) | |
parent | a1e985a1cac46ecbc54c7ef5b846fb5faf2bede2 (diff) | |
download | dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.tar dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.tar.gz dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.tar.bz2 dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.tar.lz dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.tar.xz dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.tar.zst dexon-sol-tools-240a8a50d3ae3e76a36c170c28b3e130cc3d7cd0.zip |
Merge branch 'development' into feature/contracts-monorepo-2
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 |