Skip to content

alxarno/swap-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web user interface for swap messenger

Current application allows you all basic functions for swap messenger server

Capabilities

Built With

Instalation and run

Swap-UI requires Node.js to run.

Install all deps and start the dev server.

git clone https://github.com/alxarno/swap-ui
cd swap-ui
npm i
./dev.sh

For working with server API, you also need start swap server and change server address in index.ts

Build

Build available by webpack

You can execute build.sh to build

./build.sh

Resulte will appear in dist folder

Screens

License

GPL-3.0