christianfuerst / hiveonboard

HIVE account creation powered by REACT and Firebase
18 stars 11 forks source link

About The Project

This repository contains all frontend and backend code used for creating hiveonboard.com - a landing page for people who are interested in the HIVE blockchain project and want to get involved. One of most important use cases is a simple to use account creation flow.

The app is build on ReactJS for frontend, NodeJS for backend and makes use of several open source libs - covered at the end of this file.

More about the project is covered on @hiveonboard blog on HIVE: https://peakd.com/@hiveonboard

Getting Started

Prerequisites

This project uses Firebase for easy deployable and scalable infrastructure. In order to deploy this project you have to create a free account.

It's also possible to run this app on a linux machine with self hosted webserver, db and nodejs backend. Feel free to make a fork and adjust it to your needs.

Installation

Configuration

Build and Deploy

Run the app in development mode

npm start

Dependencies (frontend)

Dependencies (backend)