Skip to content

RockaLabs/jopmi-landing

Repository files navigation

Jopmi - The Open Donations Platform




Website online Node Version Webpack Docker CE Twitter Jopmi

Overview

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.

Running locally for development

Setup your environment

Install Docker (Optional):

Run project without docker

# 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

Run project with docker (The easy way)

# 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

Warning: Problems with node_modules packages?

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

Acknowledgements

This code is compiled using webpack 4.

License

See the LICENSE file (MIT).

About

Open Donations Platform - Landing Page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published