Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 476 Bytes

safe-gui

Graphical User Interface (GUI) for SafeNetwork CLI

DEPENDENCIES - Only for linux (Ubuntu)

-npm

-currently only able to use linux (bash)

INSTALL

Clone the Repo

git clone https://github.com/DeusNexus/safe-gui

cd safe-gui/api && npm run all-install

RUN

Run both api and react with the following command

cd safe-gui/api && npm run api-react

Normally the browser will open up or browse to localhost:3001 where the website runs (API runs on port 3000)