Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1 KB

README.md

File metadata and controls

56 lines (36 loc) · 1 KB

Homebase's Frontend

Overview

This repository provides frontend code for Homebase of Oraichain.

Prerequisite

  • A working contract described here
  • NodeJS 10+

Installation

  1. Git clone this repo to desired directory
git clone https://github.com/oraichain/oraiswap-frontend.git
  1. Install required packages
yarn install
  1. Dev it or build it
yarn start
yarn build

# typescript generated for scss
yarn ts-css

If there is a problem related to babel-preset-react-app go to node_modules/babel-preset-react-app and run yarn then try again

or add this into package.json

"nohoist": [
      "**/babel-preset-react-app/@babel/runtime"
]

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

Released under the Apache 2.0 License.

Happy comment