/kylin-market-frontend

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Kylin Oracle Market Front End

This is the front end for Kylin Oracle Market. It's based on polkadot-js/apps.

Development

To get started -

  1. Clone the repo locally, via git clone https://github.com/kylin-network/kylin-market-frontend
  2. Ensure that you have a recent LTS version of Node.js, for development purposes Node >=10.13.0 is recommended.
  3. Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.
  4. Install the dependencies by running yarn
  5. Build yarn build:www
  6. Ready! Now you can launch the UI (assuming you have a local Polkadot Node running), via yarn run start
  7. Access the UI via http://localhost:3000

Production

Run yarn && NODE_ENV=production yarn build:www