Peer Query is a peer-to-peer collaboration platform powered by the Steem Blockchain.
- Node.js, Express.js & EJS
- MongoDb & Mongoose.js
- Semantic UI & JQuery frontend
- Steem & DSteem
- Webpack
- See
package.json
for full dependencies list
- Create your dev folder
- Git clone this repo into it:
git@github.com:peerquery/beta.git
orhttps://github.com/peerquery/beta.git
- Setup
.env
file using thesample.env
as guide. Customize/src/configs/config.js
npm install
to install dependenciesnpm run build
in the command prompt(while in the root dev folder) to build assetsnpm start
in the command prompt(while in the root dev folder)- Visit
http://lvh.me
orhttp://localhost
to see Peer Query running
This repo and its content are still in active development and will see lots of breaking updates.