mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-03 18:30:32 +00:00
update readme
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
398909ebbb
commit
449f17bd3c
13
README.md
13
README.md
@ -1,4 +1,3 @@
|
||||
|
||||
# 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.
|
||||
@ -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.
|
||||
|
||||
**`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
|
||||
|
||||
@ -56,4 +61,4 @@ Run the build procedure via `npm run build`. Once you are done, upload the app.z
|
||||
|
||||
`slither . --exclude naming-convention --filter-paths token `
|
||||
|
||||
Make sure you get TrailofBits' [latest static analysis tool](https://securityonline.info/slither/), and do your own static analysis on the relevant contracts that will be deployed for Discover.
|
||||
Make sure you get TrailofBits' [latest static analysis tool](https://securityonline.info/slither/), and do your own static analysis on the relevant contracts that will be deployed for Discover.
|
||||
|
Loading…
x
Reference in New Issue
Block a user