Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
7c0f8815
Commit
7c0f8815
authored
6 years ago
by
simon louvet
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.happy-dev.fr:startinblox/sib-app
parents
5d4f9fd2
bc129c61
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+48
-3
48 additions, 3 deletions
README.md
with
48 additions
and
3 deletions
README.md
+
48
−
3
View file @
7c0f8815
...
@@ -2,11 +2,52 @@
...
@@ -2,11 +2,52 @@
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
##
Requirement
s
##
Use case
s
You need to have both NodeJS and NPM installed and working
Identified and scheduled use cases of the application includes (but are not limited to):
## Install
-
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:
-
https://git.happy-dev.fr/startinblox/sib-chat
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:
-
https://git.happy-dev.fr/startinblox/sib-core
### Invoicing
The invoicing component is still at an early stage. Its repository is here:
-
https://git.happy-dev.fr/startinblox/sib-invoicing
## 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:
clone then:
...
@@ -14,12 +55,16 @@ clone then:
...
@@ -14,12 +55,16 @@ clone then:
## Build
## Build
A first build is mandatory for compiling the static assets.
*
`make build`
*
`make build`
or
or
*
`make watch`
*
`make watch`
if you are working on something and want to benefit of the hot reload feature.
## Run server
## Run server
*
`make serve`
*
`make serve`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment