Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Arquisoft/dechat_en1a

Repository files navigation

dechat_en1a

Build Status Coverage 6bf64efc1f78475686c2690c1f4462e2

Contributors

  • Paco Juan Quirós

  • Jaime Fernández Martínez

  • Hugo Fonseca Díaz

  • Álvaro Tejido Jardón

  • Álvaro Vega Cadavieco

  • Iván Prieto Labrador

Build documentation

The documentation is done in AsciiDoc using the arc42 templates. The source documents are located at 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 github pages. The deployed documentation can also be found here.