Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 598 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 598 Bytes

weifund-dapp-basic

An implementation of WeiFund that uses little to no JS frameworks (for prototyping, education and demonstration purposes).

Still in development

This repo is still in development.

##Install

git clone https://github.com/weifund/weifund-dapp-basic.git

Go into the app folder and install it using npm

cd weifund-dapp-basic/
npm install

##Run

npm start

##Test

npm test

Build

npm run build

LICENSE

Please visit our documentation to review the license for WeiFund code.