Skip to content

Front-end interface to interact with the QFinance protocol.

Notifications You must be signed in to change notification settings

QFinanceDeFi/qfinance-hub

Repository files navigation

QFinance public website

Description

This is the public QFinance website available at https://qfihub.com. It is built with ReactJS and Gatsby. It automatically deploys to Azure when changes are merged in the master branch.

Get Started

  1. Clone repository

git clone https://github.com/QFinanceDeFi/qfinance-site && cd qfinance-site

  1. Install dependencies

yarn

If you don't have yarn, install it: npm i g yarn

  1. Run in dev mode

gatsby develop

This command should start the app on port 8000.

  1. Navigate to localhost:8000 in browser.

  2. Build and serve production version

gatsby build

This builds a production version. Use this command to serve it:

gatsby serve

It should host a production version at localhost:9000.

Bugs, Questions, or Others

You can submit bugs using the issues tab. If you have questions, please reach out to [email protected]. If you want to help out, you can either make a pull request or get in touch with us via email.

About

Front-end interface to interact with the QFinance protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published