Skip to content

impactMarket/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web

impactMarket leverages Web3 to provide accessible financial solutions, including Unconditional Basic Income, the crypto wallet Libera, Microcredit, and Learn and Earn, empowering financially unserved and underserved people around the world.

This repository has the source code from impactMarket website.

If you want to support impactMarket mission, head over to our platform and make a contribution. 100% of if goes to beneficiaries. You can start here. See our progress here.

Getting started

Use the package manager yarn to install dependencies and nvm for node version management.

Development

  1. Config .env
  2. nvm use
  3. Install dependencies (yarn)
  4. yarn dev

To build use yarn build and if you want to start running like prod-mode, use yarn start.

This repository uses eslint and prettier, make sure you run yarn prettier:dryrun to see issues and yarn prettier to fix them. Same for eslint.

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

License

Apache-2.0