Mirror of l'Hubl
Go to file
Clément 87c4922203 fix chat 2018-09-28 21:13:54 +02:00
dist add projects 2018-09-21 13:29:45 +02:00
src fix chat 2018-09-28 21:13:54 +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 add projects 2018-09-21 13:29:45 +02:00
Makefile fix chat 2018-09-22 14:11:37 +02:00
README.md clean project 2018-09-07 19:55:02 +02:00
config-sample.pug add projects 2018-09-21 13:29:45 +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.json style nav 2018-09-09 13:51:56 +02:00
preprod.sh fix chat 2018-09-22 14:11:37 +02:00
prod.sh style nav 2018-09-09 13:51:56 +02:00
router.php add projects 2018-09-21 13:29:45 +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