Main Status.im webpage.
2
stars
1
forks
source link
Status.im website
https://status.im
Development mode
- Install nodejs 9, either via the installer or nvm
- Install gulp and gulp-cli globally with
npm i -g gulp gulp-cli
- Install dependencies with
npm install
- Run the site locally with
gulp
in the root of the project folder
- Site will open at
localhost:3000