Mirror of l'Hubl
Go to file
Jean-Baptiste Pasquier 68a187a06b
ui: remove browserify
2019-05-14 14:03:11 +02:00
.gitlab issue and merge request templates 2019-05-03 11:27:32 +02:00
src ui: remove browserify 2019-05-14 14:03:11 +02:00
www git: remove submodules 2019-05-10 15:58:20 +02:00
.babelrc fix: ES6 modules dependencies 2019-01-07 16:39:06 +01:00
.gitignore less javascript for user img 2019-04-16 14:56:25 +02:00
LICENSE Add LICENSE 2018-11-01 20:29:31 +00:00
Makefile ui: remove browserify 2019-05-14 14:03:11 +02:00
README.md update: README: link to the client_id generation documentation 2018-12-07 01:16:42 +01:00
copy_lib.js ui: remove browserify 2019-05-14 14:03:11 +02:00
lib_list.txt ui: remove browserify 2019-05-14 14:03:11 +02:00
package-lock.json ui: remove browserify 2019-05-14 14:03:11 +02:00
package.json ui: remove browserify 2019-05-14 14:03:11 +02:00
server.js ui: remove browserify 2019-05-14 14:03:11 +02:00

README.md

HD app

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

Use cases

Identified and scheduled use cases of the application includes (but are not limited to):

  • Listing of projects
  • Listing of members
  • Search of members by skills
  • Invoicing and billing
  • Project-scoped chat
  • Personal messaging

Chat

The repository of the SIB Chat component can be found here:

It is based on XMPP as messaging protocol, Prosody as the server and ConverseJS as the client.

Project

The repository of the project listing components is the core and can be found here:

Invoicing

The invoicing component is still at an early stage. Its repository is here:

Architecture

Some general schema of the existing StartinBlox applications architecture can be found here:

https://docs.google.com/presentation/d/1iCRGaJpFvZjhjIUnpsn6lRTJJ31ES6n94BNkJygzUwM/edit?usp=sharing

Installation

If you want to contribute or test the app, please follow those steps.

Requirements

You need to have both NodeJS and NPM installed and working.

Installation process

clone then:

  • make install

Edit the created ./src/config.pug file to :

Build

A first build is mandatory for compiling the static assets.

  • make build

or

  • make watch

if you are working on something and want to benefit of the hot reload feature.

Run server

  • make serve