DeChat is a descentralized chat app based on the solid specifications. Read the documentation for more accurate information about the project.
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.
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
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
Run unit tests via Karma:
npm test