Arquisoft / dechat_en1a

Dechat_EN1A
https://arquisoft.github.io/dechat_en1a/
MIT License
0 stars 2 forks source link

= dechat_en1a

image:https://travis-ci.org/Arquisoft/dechat_en1a.svg?branch=master["Build Status", link="https://travis-ci.org/Arquisoft/dechat_en1a"] image:https://coveralls.io/repos/github/Arquisoft/dechat_en1a/badge.svg["Coverage",link="https://coveralls.io/github/Arquisoft/dechat_en1a"] image:https://api.codacy.com/project/badge/Grade/6bf64efc1f78475686c2690c1f4462e2[link="https://app.codacy.com/app/pacojq/dechat_en1a?utm_source=github.com&utm_medium=referral&utm_content=Arquisoft/dechat_en1a&utm_campaign=Badge_Grade_Dashboard"]

== Contributors

== Build documentation

The documentation is done in http://asciidoc.org/[AsciiDoc] using the https://arc42.org/[arc42] templates. The source documents are located at https://github.com/Arquisoft/dechat_en1a/tree/master/src/docs[src/docs].

To build the documentation, check you have gulp and asciidoctor.js installed


npm install -g asciidoctor.js asciidoctor-cli npm install gulp

And run the command


gulp

== Installing and Running

The project is built using Angular. Therefore, dependency installation can be done with


npm install

And the app can be executed with the command


ng serve

Once deployed, the DeChat application will be available at: http://localhost:4200

== Deployment

You can visit the deployed version of the app in https://arquisoft.github.io/dechat_en1a/[github pages]. The deployed documentation can also be found https://arquisoft.github.io/dechat_en1a/docs/[here].