This repository contains code for the Demex Homepage UI.
Environment | Github branch | URL |
---|---|---|
Production | master | https://dem.exchange/ |
Staging | staging | https://staging.dem.exchange/ |
- On the command line, run
cd /path/to/demex-website
to go to the root folder of the project. - Run
yarn install --ignore-engines
to install dependencies. - Run
yarn start
- On the command line, run
cd /path/to/carbon-js-sdk
to go to the root directory of thecarbon-js-sdk
project. - Then run the following:
# install ts-node, typescript
yarn global add ts-node typescript
# install local dependencies
yarn --ignore-engines
# build the SDK lib folder
yarn build
# link local carbon-js-sdk
yarn link
- Return to the root directory of Demex Homepage project by running
cd /path/to/demex-website
. - Run
yarn link carbon-js-sdk
to link local SDK to this project.
Follow the instructions in this document.