/humaniq-pwa-website

Humaniq Website v2.0

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Humaniq Website v2.0

Humaniq is a simple and secure 4th generation mobile banking app, based on Ethereum technologies. Safe and strong, this tool of financial inclusion connects 2 billion unbanked people to the global economy.

Our new version of the website is built on the PWA technology to provide our users an ability to safely search the website without any internet connection.

Features

Current website provides following functionality:

  • Wiki — Humaniq collects a huge knowledge base, indexes it and exposes to the public, for everyone's view.
  • Blockchain Explorer — Humaniq has implemented our own blockchain explorer, that allows everyone to watch HMQ token live and in action.

Contacts

Feel free to email us at info@humaniq.com

For the developers

Installation

$ npm i - to install node packages

Main app

production mode

$ npm run build - to build project.  
$ npm start - to start node.js server

development mode

$ npm run dev - quick start dev server with ssr   
$ npm run dev2 - quick start dev server without ssr

Personal Pages app

production mode

$ npm run personal-build - to build project.  
$ npm run personal-start - to start node.js server

development mode

$ npm run personal-dev - quick start dev server with ssr   
$ npm run personal-dev2 - quick start dev server without ssr

Storybook

$ npm run st - dev mode with hot-reload