status-im / status.im-old

Main Status.im webpage.
http://status.im/
2 stars 1 forks source link

Status.im website

https://status.im

Development mode

  1. Install nodejs 9, either via the installer or nvm
  2. Install gulp and gulp-cli globally with npm i -g gulp gulp-cli
  3. Install dependencies with npm install
  4. Run the site locally with gulp in the root of the project folder
  5. Site will open at localhost:3000