Skip to content

broxus/flatqube-frontend

Repository files navigation

Logo

FlatQube DEX

FlatQube DEX frontend source code

Table of Contents

Getting Started

Prerequisites

First, install NodeJS v16. Use NVM as the best solution to manage NodeJS versions.

Next, install NPM globally. If you're using NVM - you don't need to install NPM.

npm intall npm -g

Installing

Then, install dependencies with the command below:

npm ci

Usage

Local Development

To start developing - run the command below:

npm start

It will be start Webpack Dev Server with HMR.

Build production distributive

For build production distributive run the command below:

npm run build

It will build production-ready distributive.

Contributing

We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.

License

This project is licensed under the GNU Affero General Public License version 3 - see the LICENSE file for details or view license on OpenSourceInitiative.