Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

milli-archive/explorer

 
 

Repository files navigation

Fantom-foundation-private/explorer

For our stack we are using

  • Node / NPM
  • ES2015 (and beyond) support.
  • ReactJS
  • Public and authenticated routing pattern using React Router.
  • Redux
  • Webpack

Setup

  • Node.js v8.x.x up to v10.x.x
  • NPM minimum version >=6
  • Yarn >=v1

Install application dependencies

$ yarn

Code Quality

Codacy Badge

Build

Run the App.

$ yarn build

Start

  1. Clone this repo
  2. To install dependencies yarn.
  3. Run yarn start.

Development Pipeline

For each feature/task, create a new branch as follows:

  1. Sync from develop branch.
  2. Create a new branch from develop with GitFlow
  3. Make changes (Please commit frequently whenever a change has been made. do not commit everything at once!)
  4. Commit frequently.
  5. When a new task is completed or a significant milestone is reached, create a Pull Request (PR) to development.
  6. Reviewers will review your Pull Request and accept or reject with feedback.
  7. If rejected, review and fix and create another Pull Request.
  8. If accepted, your changes will be merged into the development branch.

Please respond to questions that are given there. This will be our main form of communication.

Assistance and questions

If you have any questions or need any assistance with anything, please ask on the slack channel or sent us an email.

Please do not waste many hours stuck on a single problem. If you are stuck, please ask others for help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 15.5%
  • HTML 0.5%