Hi there!
Here you can find the landing page for Jopmi Project.
Jopmi is an open donations platform that aims to change the way donations work around the world, by integrating practices of transparency and collaboration (as the ones practiced by open source communities) plus cryptocurrencies and blockchain to enhance honesty, traceability and promote Transparency.
Jopmi will be acting as a non for profit organization.
We'll be live at Jopmi.com and Jopmi.org.
- Install npm and Install Yarn(Optional)
Install Docker (Optional):
# Generate bundle using webpack development mode
yarn build:dev
# Run webpack dev server for locally development
yarn build:dev:server
# Generate bundle using webpack production mode
yarn build:prod
# Generate bundle using webpack development mode
yarn docker:build:dev
# Run webpack dev server for locally development
yarn docker:build:dev:server
# Generate bundle using webpack production mode
yarn docker:build:prod
Try cleaning the node_modules
if you have tried to install the packages without docker, and you have tried to use them later.
yarn build:clean
This code is compiled using webpack 4.
See the LICENSE file (MIT).