1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-03-04 02:40:38 +00:00

update readme

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-08 09:45:33 -04:00
parent 398909ebbb
commit 449f17bd3c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -1,4 +1,3 @@
# Discover # Discover
Discover new and useful DApps that are mobile-friendly and easy to use. Viewing curated information does not require any special tools, though effecting the way information is ranked will require a web3 wallet, whether that is Status, MetaMask, Trust, Brave or whichever one you prefer. Discover new and useful DApps that are mobile-friendly and easy to use. Viewing curated information does not require any special tools, though effecting the way information is ranked will require a web3 wallet, whether that is Status, MetaMask, Trust, Brave or whichever one you prefer.
@ -7,9 +6,15 @@ Discover new and useful DApps that are mobile-friendly and easy to use. Viewing
This project is based on Embark v4.0.1, with a few things customised for React. Currently, you'll need to run the app and Embark separately, in different tabs in your terminal. This project is based on Embark v4.0.1, with a few things customised for React. Currently, you'll need to run the app and Embark separately, in different tabs in your terminal.
**`npm run build`** ```
yarn run build:dev
```
or
```
yarn run build:prod
```
Builds the app into the `build` directory. Builds the app into the `full-build` directory and creates the `app.zip` ready for use with ElasticBeanstalk.
## Running and building the app ## Running and building the app