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

Latest commit

 

History

History
67 lines (52 loc) · 1.93 KB

readme.adoc

File metadata and controls

67 lines (52 loc) · 1.93 KB

dechat_es1b

Build Status Coveralls Codacy code quality

Solid logo Node logo

Re-decentralizing the web

Wanna test the chat?

How to start the app?

Clone this repository:

git clone https://github.com/Arquisoft/dechat_es1b.git

Open that folder:

cd dechat_es1b

Install node dependencies:

npm install

Build the app and start the server:

npm run build

Done! The application should be available at: http://localhost:3000/

Alternatively, you can build the app and start the server in two separate steps:

webpack
npm start

Run test

To run the tests:

npm test

Generate html documentation

To generate html documentation:

gulp

Wiki

Do you want know more about us? Look our wiki.