mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1434 from MetaMask/mascara-scaling
Mascara UI mobile scaling
This commit is contained in:
commit
43ea223c9f
@ -3,7 +3,7 @@ start the dual servers (dapp + mascara)
|
|||||||
npm run mascara
|
npm run mascara
|
||||||
```
|
```
|
||||||
|
|
||||||
## First time use:
|
### First time use:
|
||||||
|
|
||||||
- navigate to: http://localhost:9001
|
- navigate to: http://localhost:9001
|
||||||
- Create an Account
|
- Create an Account
|
||||||
@ -11,7 +11,7 @@ npm run mascara
|
|||||||
- open devTools
|
- open devTools
|
||||||
- click Sync Tx
|
- click Sync Tx
|
||||||
|
|
||||||
## Tests:
|
### Tests:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run testMascara
|
npm run testMascara
|
||||||
@ -22,3 +22,12 @@ Test will run in browser, you will have to have these browsers installed:
|
|||||||
- Chrome
|
- Chrome
|
||||||
- Firefox
|
- Firefox
|
||||||
- Opera
|
- Opera
|
||||||
|
|
||||||
|
|
||||||
|
### Deploy:
|
||||||
|
|
||||||
|
Will build and deploy mascara via docker
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs --tail 200 -f
|
||||||
|
```
|
@ -2,7 +2,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>MetaMask Plugin</title>
|
<title>MetaMascara Alpha</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app-content"></div>
|
<div id="app-content"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user