Mirror of l'Hubl
Go to file
Clément bf4986386e Merge branch 'fix-build-typo' into 'master'
bugfix : Fix makefile deploy command

See merge request startinblox/sib-app!3
2018-11-14 16:57:12 +00:00
src bugfix: chat z-index 2018-11-13 11:06:04 +01:00
www feature: add notifications 2018-11-12 18:52:43 +01:00
.babelrc ui: style member, job, group 2018-11-01 17:11:15 +01:00
.gitignore add sib-oidc 2018-10-12 20:07:49 +02:00
.gitmodules add sib-oidc 2018-10-12 20:07:49 +02:00
LICENSE Add LICENSE 2018-11-01 20:29:31 +00:00
Makefile bugfix : Fix makefile deploy command 2018-11-14 14:03:57 +01:00
README.md Update README.md 2018-11-08 11:29:25 +00:00
copy_lib.js refactoring 2018-09-28 21:20:15 +02:00
lib_list.txt add dot syntax 2018-10-18 15:03:32 +02:00
package-lock.json add dot syntax 2018-10-18 15:03:32 +02:00
package.json add dot syntax 2018-10-18 15:03:32 +02:00
server.js bugfix: disable browser-sync tunnel 2018-11-14 16:33:03 +01:00

README.md

HD app

HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.

Requirements

You need to have both NodeJS and NPM installed and working

Install

clone then:

  • make install

Build

  • make build

or

  • make watch

Run server

  • make serve