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
- Host: GitHub
- URL: https://github.com/duniter/duniter-ui
- Owner: duniter
- License: agpl-3.0
- Created: 2016-03-09T14:43:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:23:04.000Z (about 3 years ago)
- Last Synced: 2024-04-09T19:48:19.109Z (almost 2 years ago)
- Topics: admin-ui, duniter, duniter-ui
- Language: JavaScript
- Homepage:
- Size: 8.21 MB
- Stars: 7
- Watchers: 7
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```