Skip to content

Commit

Permalink
Improve developer-mode page (#24839)
Browse files Browse the repository at this point in the history
* initial commit for dev mode page

* css styling, add images and logs

* move --datadir info to new paragraph

* split password & datadir info to 2 paragraphs

* fix typos

* apply suggestions from review

* Minor fixes

Co-authored-by: Sina Mahmoodi <[email protected]>
  • Loading branch information
jmcook1186 and s1na authored May 30, 2022
1 parent 578eec7 commit debaa20
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 27 deletions.
343 changes: 316 additions & 27 deletions docs/_getting-started/dev-mode.md

Large diffs are not rendered by default.

Binary file added static/images/remix-compiler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/remix-deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/remix-func.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/remix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions static/styles/custom/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,16 @@ table thead tr th, table tbody tr td {
.navbar-input-group-fixup {
margin-top: 5px;
}


img{
width: 300px;
margin-top: 2rem;
margin-bottom: 2rem
}

img[alt="Remix"]{
width: 800px;
margin-top: 2rem;
margin-bottom: 2rem;
}

0 comments on commit debaa20

Please sign in to comment.