https://github.com/oraichain/homebase
https://github.com/oraichain/homebase
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraichain/homebase
- Owner: oraichain
- License: apache-2.0
- Created: 2024-05-08T06:36:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T09:09:14.000Z (about 1 year ago)
- Last Synced: 2024-05-27T23:41:29.927Z (about 1 year ago)
- Language: TypeScript
- Size: 56.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Homebase's Frontend## Overview
This repository provides frontend code for Homebase of [Oraichain](https://orai.io).
## Prerequisite
- A working contract described [here](https://github.com/oraichain/oraiswap)
- NodeJS 10+## Installation
1. Git clone this repo to desired directory
```shell
git clone https://github.com/oraichain/oraiswap-frontend.git
```2. Install required packages
```shell
yarn install
```3. Dev it or build it
```shell
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
```json
"nohoist": [
"**/babel-preset-react-app/@babel/runtime"
]
```## Contributing
Please read [CONTRIBUTING.md](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](LICENSE).
Happy comment