This is the front end for Kylin Oracle Market. It's based on polkadot-js/apps.
To get started -
- Clone the repo locally, via
git clone https://github.com/kylin-network/kylin-market-frontend
- Ensure that you have a recent LTS version of Node.js, for development purposes Node >=10.13.0 is recommended.
- Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.
- Install the dependencies by running
yarn
- Build
yarn build:www
- Ready! Now you can launch the UI (assuming you have a local Polkadot Node running), via
yarn run start
- Access the UI via http://localhost:3000
Run yarn && NODE_ENV=production yarn build:www