Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 3-regression-l-onglet-network-reste-vide
  • v1.7.5 protected
  • v1.7.4 protected
  • v1.7.3 protected
  • v1.7.2 protected
  • v1.7.1 protected
  • v1.7.0 protected
  • v1.6.31 protected
  • v1.6.30 protected
  • v1.6.29 protected
  • v1.6.28 protected
  • v1.6.27 protected
  • v1.6.26 protected
  • v1.6.25 protected
  • v1.6.24 protected
  • v1.6.23 protected
  • v1.6.22 protected
  • v1.6.21 protected
  • v1.6.20 protected
  • v1.6.19 protected
  • v1.6.18 protected
22 results

duniter-ui

  • Clone with SSH
  • Clone with HTTPS
  • cgeek's avatar
    Cédric Moreau authored
    9c20d1fd
    History

    Duniter-ui

    Duniter graphical interface. This is a developement package which is embedded in Duniter software on build phase.

    Installation

    Requires NVM Requires Yarn

    npm i -g nvm yarn bower
    bower install
    nvm install 9
    nvm use 9
    yarn --pure-lockfile

    Run

    firefox http://localhost:9220 &
    yarn run webstart

    Dev server with hot reload on file save

    firefox http://localhost:9220 &
    yarn run start