clxyder / Bounties-Network-Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bounty Explorer

The Bounty Explorer is a customizable interface to the Bounties Network StandardBounties protocol which empowers people all around the world create projects, collaborate, and get paid for doing great work. We host this explorer at https://explorer.bounties.network/. Find out more about us here.

bounty explorer screenshot

Setup

This is a React project, so you can get started by using npm or yarn, installing the modules from the package.json and then running the start command:

Note: Newer versions of Node will not work. To install, use nvm and use Node v14 or download Node v14.

yarn install
yarn start

Regex to find all strings that start with 'fa'

\bfa(?!lse)(?!Icon)(?!Calendar)[A-Z]{1}[a-z]{1,}\w+

Documentation

Our documentation can be found at https://bounties.readme.io/. The Explorer's public modules are documented at https://bounties.readme.io/reference#bounites-sdk-getting-started.

About

License:MIT License


Languages

Language:JavaScript 85.9%Language:SCSS 11.2%Language:TypeScript 1.5%Language:CSS 1.0%Language:HTML 0.3%