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

Arquisoft/DeChat_es6b

Repository files navigation

DECHAT_ES6B

Build Status Coverage Status Codacy code quality documentation AsciiDoc FF69A4

What is DeChat?

DeChat is a descentralized chat app based on the solid specifications. Read the documentation for more accurate information about the project.

Development Team

This project is done by a team of 4 members:

  • Carlos Álvarez Rábano.

  • Cristina Ruiz de Bucesta Crespo.

  • David Carballo Baz.

  • Iván Gómez Pinta.

Generating documentation

gulp

Generates documentation in docs folder. Previously you need to have installed gulp.js. For this run:

npm install gulp-cli -g

You can also use the Node Package Manager by executing:

npm run gulp

Development server

Run development server with:

npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Node modules aren’t in the project, so before running the development server you need to generate them with:

npm install

Running unit tests

Run unit tests via Karma:

npm test