An open API service indexing awesome lists of open source software.

https://github.com/broxus/flatqube-frontend

FlatQube frontend
https://github.com/broxus/flatqube-frontend

defi everscale flatqube react web3

Last synced: 6 months ago
JSON representation

FlatQube frontend

Awesome Lists containing this project

README

        



Logo

# FlatQube DEX

FlatQube DEX frontend source code

## Table of Contents

- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Getting Started

### Prerequisites

First, install [NodeJS](https://nodejs.org/) v16. Use [NVM](https://github.com/nvm-sh/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](LICENSE) file for details or view license on [OpenSourceInitiative](https://opensource.org/license/agpl-v3/).