Mirror of l'Hubl
Go to file
Alexandre Bourlier a7d8a91457 feature - chat appended properly on page load 2018-08-01 09:46:45 +02:00
dist feature - chat component on the right view 2018-07-31 23:42:43 +02:00
src feature - chat component on the right view 2018-07-31 23:42:43 +02:00
.gitignore feature - chat component on the right view 2018-07-31 23:42:43 +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 .htaccess 2018-05-02 09:04:10 +02:00
Gruntfile.js Templated index.php 2018-03-17 18:34:32 +01:00
README.md Added OIDC client code 2018-06-19 23:59:50 +02:00
config-sample.php Deploy process cleaned up 2018-05-01 06:18:20 +02:00
index.php feature - chat appended properly on page load 2018-08-01 09:46:45 +02:00
oidc-client-config.json feature - chat component on the right view 2018-07-31 23:42:43 +02:00
package-lock.json README.md 2018-06-10 18:26:54 +02:00
package.json Profile picture cropping coded 2018-05-15 03:54:34 +02:00
preprod.sh feature - chat component on the right view 2018-07-31 23:42:43 +02:00
prod.sh Preprod setup 2018-05-16 08:08:38 +02:00

README.md

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

Install

  • git clone --recurse-submodules https://git.happy-dev.fr/happy-dev/hd-app.git
  • cd hd-app
  • cp config-sample.php config.php
  • Edit config.php to suit your own setup
  • npm install -g grunt-cli
  • npm install

Compile SASS

  • grunt watch