Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 759 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 759 Bytes

Nova Box Dex Frontend

This is the front end of the Nova box dex project. It's developed using react. The project is created by the create-react-app command.

frontend

How to develop

Step 0: Install dependences

yarn

Step 1: Start server

yarn start

How to build

Step 0: Install dependences

yarn

Step 1: Build

yarn build

How to develop modules [sdk-charts & sdk-wallets]

Step 0: Install nsi package globally

npm i -g npm-safe-install

Step 1: Install modules as symlink modules

cd sdk-charts && npm link && nsi
cd sdk-wallets && npm link && nsi

Build docker

`docker build -q -t novaprotocolio/nova-scaffold-dex-web:latest .`