Coder Social home page Coder Social logo

super-dev-rust / polygon-dash Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guardianlabs/polygon-dash

0.0 0.0 0.0 614 KB

Miner watch dashboard for Polygon

Shell 0.80% JavaScript 11.37% Python 53.86% HTML 0.27% Vue 30.39% Dockerfile 0.38% SCSS 2.93%

polygon-dash's Introduction

Polygon Dash

Polygon Dash contain two projects in a one repo:

  • Python backend app
  • Vue dashboard frontend

Polygon Dashboard

Usage

Polydash uses Poetry dependency manager.

  1. Install Poetry
    curl -sSL https://install.python-poetry.org | python3 -
  2. Install dependencies
    poetry install
  3. Enter Poetry-managed Python environment
    poetry shell
  4. The shell should change to something like (polydash-py3.10) ~/.../backend. Now run Polydash as Python module
    python -m polydash

Frontend

Run script to deploy:

```
 ./deploy_frontend.sh
```

Installing Node.js using NVM

Ubuntu or MacOS:

  1. Install NVM (Node Version Manager):

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

    For MacOS run

    source .zshrc
  2. Install the latest LTS version of Node.js using NVM:

    nvm install --lts
  3. After running the above command, you can confirm your installation by checking the version of node:

    node -v

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Run app in a docker

Run up and rebuild backed

docker compose up --build

polygon-dash's People

Contributors

shockedshodan avatar ichorid avatar kagameow avatar super-dev-rust avatar grimadas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.