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.
Use the package manager yarn to install dependencies and nvm for node version management.
- Config .env
nvm use
- Install dependencies (
yarn
) 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.
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.