An open API service indexing awesome lists of open source software.

https://github.com/duniter/duniter-ui

Duniter graphical interface management
https://github.com/duniter/duniter-ui

admin-ui duniter duniter-ui

Last synced: 9 months ago
JSON representation

Duniter graphical interface management

Awesome Lists containing this project

README

          

# Duniter-ui

Duniter graphical interface. This is a developement package which is embedded in [Duniter software](https://git.duniter.org/nodes/typescript/duniter) on build phase.

## Installation

> Requires [NVM](https://github.com/nvm-sh/nvm#installing-and-updating)
> Requires [Yarn](https://classic.yarnpkg.com/en/docs/install/)

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

## Run

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

## Dev server with hot reload on file save
```bash
firefox http://localhost:9220 &
yarn run start
```