DragonSystems / DragonSite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The dragon system serves to bring together best of breed distributed crypto technologies to deliver the fastest most streamlined user experience.

NSP Status

  • Polymer
  • PRPL Server
  • Socket.io
  • Keythereum
  • JSON Web Signatures
  • Express with pm2 and Keymetrics
  • GunDB
  • Nginx
  • go-etheruem

Build site

git clone https://github.com/DragonSystems/DragonSite.git

npm install

bower install

polymer build

Build custom docker image

docker build -t docker.io/username/site:0.0.1-rc1 .

Run the docker image

docker run -d -p 8080:8080 site:0.0.2

On browser http://localhost:8080

About

License:MIT License


Languages

Language:HTML 90.5%Language:JavaScript 9.5%