TrustNetClient is a client written in Vue that connects to TrustnetBackend.
git clone https://github.com/farnazj/TrustNetClient
cd to the root directory of the project where package.json is. Run:
npm install
Specify the URL of the backend that this client connects to in './src/services/constants.js'
This client uses Facebook comments and enables users to comment on each article using their Facebook account. create an app in Facebook Developers and provide the FB_APP_ID in './src/services/constants.js'
In the root directory of the project run:
npm run serve
npm run build