Skip to content

oraichain/homebase

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages