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
- Host: GitHub
- URL: https://github.com/broxus/flatqube-frontend
- Owner: broxus
- License: agpl-3.0
- Created: 2022-06-06T10:32:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T14:05:14.000Z (about 1 year ago)
- Last Synced: 2024-03-11T15:28:41.359Z (about 1 year ago)
- Topics: defi, everscale, flatqube, react, web3
- Language: TypeScript
- Homepage: https://flatqube.io/
- Size: 6.93 MB
- Stars: 3
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/).