Skip to content

Instantly share code, notes, and snippets.

@jbenet
Last active December 3, 2018 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbenet/c60e2734d98e90cb4193f8d48bb9e502 to your computer and use it in GitHub Desktop.
Save jbenet/c60e2734d98e90cb4193f8d48bb9e502 to your computer and use it in GitHub Desktop.
instructions to install dig's riot-web theme

instructions to install dig's riot-web theme

(Option 1) Mac Binary built by @dignifiedquire

probably owned, yo.

  1. Download https://ipfs.io/ipfs/QmWS4FFFwLrzDfzMwAc2JNzKqKnQKFSJEVpEeLQhX6WbEA/DigRiot.dmg
  2. Install the app in the dmg.
  3. Follow the using the theme section below.
  4. Profit.

(Option 2) Install dig's riot-web from source

Download the codez

git clone https://github.com/dignifiedquire/riot-web
cd riot-web
git checkout better-theme
npm install
# go do something else.

run the codez

# make sure nothing is on :8080. (maybe ipfs?)
# (... ideally change the port this thing starts on ... how?)
npm run start
open http://localhost:8080

(Required) Using the Theme

  • Inside the riot app
  • click the app settings gear (bottom left)
  • Status.im theme (checkbox, under "USER INTERFACE", towards the end)
  • Close the settings window
  • Zoom out/shrink twice (Cmd-, Cmd-)
@jbenet
Copy link
Author

jbenet commented Nov 29, 2018

image

@jbenet
Copy link
Author

jbenet commented Nov 29, 2018

Notes:

  • add how to build the app. (npm run build:electron failed ...)

@nicola
Copy link

nicola commented Dec 3, 2018

uhmmm..?
screen shot 2018-12-03 at 4 06 44 pm

is it because at some point I choose the green?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment