Mirror of l'Hubl
Go to file
Alexandre Bourlier 943f623444 .htaccess 2018-05-02 09:04:10 +02:00
dist Commented out chat windows to avoid crash. Issue #24 on XMPP Chat Window repo. 2018-04-26 19:29:26 +02:00
src SDN made dynamic. FontAwesome downgraded to 4.7 2018-05-01 10:11:58 +02:00
.gitignore Deploy process cleaned up 2018-05-01 06:18:20 +02:00
.gitmodules Chat component integrated on the member profile 2018-04-19 19:51:20 +02:00
.htaccess .htaccess 2018-05-02 09:04:10 +02:00
Gruntfile.js Templated index.php 2018-03-17 18:34:32 +01:00
README.md Deploy process cleaned up 2018-05-01 06:18:20 +02:00
config-sample.php Deploy process cleaned up 2018-05-01 06:18:20 +02:00
deploy.sh .htaccess 2018-05-02 09:04:10 +02:00
index.php Deploy process cleaned up 2018-05-01 06:18:20 +02:00
package-lock.json Based menu on Twitter Bootstrap Navbar 2018-03-18 15:18:29 +01:00
package.json Styling navbar 2018-04-19 18:24:42 +02:00

README.md

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

Install (Ubuntu)

  • git clone --recurse-submodules https://git.happy-dev.fr/happy-dev/hd-app.git
  • cd hd-app
  • npm install -g grunt-cli
  • npm install

Compile SASS

  • grunt watch