Mirror of l'Hubl
Go to file
Clément 6996faa2e1 style nav 2018-09-09 13:51:56 +02:00
dist feature - chat component on the right view 2018-07-31 23:42:43 +02:00
src style nav 2018-09-09 13:51:56 +02:00
.gitignore update: convert to pug 2018-09-06 11:25:52 +02:00
.gitmodules feature - members page done. search not working and transition to member page not working 2018-07-07 14:54:22 +02:00
.htaccess style nav 2018-09-09 13:51:56 +02:00
Makefile style nav 2018-09-09 13:51:56 +02:00
README.md clean project 2018-09-07 19:55:02 +02:00
config-sample.pug update: convert to pug 2018-09-06 11:25:52 +02:00
index.pug style nav 2018-09-09 13:51:56 +02:00
oidc-client-config.json update: convert to pug 2018-09-06 11:25:52 +02:00
package-lock.json style nav 2018-09-09 13:51:56 +02:00
package.json style nav 2018-09-09 13:51:56 +02:00
preprod.sh style nav 2018-09-09 13:51:56 +02:00
prod.sh style nav 2018-09-09 13:51:56 +02:00
router.php update: convert to pug 2018-09-06 11:25:52 +02:00

README.md

HD app

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

Install

clone then:

  • make install

Build

Compile html & css:

  • make build

or compile html & css on change:

  • make watch

Run server

require PHP

  • make serve