Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 842 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 842 Bytes

helium-payment-calculator

Web application that can calculate the exact amount of HNT to pay someone that is hosting your hotspot.

Node.js CI CodeQL

Getting Started

Install project dependencies with npm install

Usage

  • npm start - Runs the Webpack development server
  • npm run lint - Runs ESLint to check for source code warnings and errors
  • npm run build - Builds the source code for production to the dist folder