Booyoun-Kim / flatqube-frontend

FlatQube frontend

Home Page:https://flatqube.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FlatQube frontend

https://flatqube.io/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 93.4%Language:SCSS 6.5%Language:HTML 0.1%Language:JavaScript 0.0%Language:Dockerfile 0.0%