/aletheia

Crowd-sourced fact checking platform.

Primary LanguageJavaScript

Aletheia

Plataforma de análise de discursos de personalidades públicas e combate a Fake News.

Instalação

  • Fork this repo and clone it locally:
    git clone https://github.com/<your-username>/aletheia
    cd aletheia
  • Startup Mongo DB via Docker:
    docker-compose up -d
  • Install packages:
    yarn install
  • To run in dev mode, you should run server and front separately:
    yarn dev:server
    yarn dev:front
  • Access http://localhost:1234 in your browser.

Development DB

  • Run seeder:
    yarn seed

Build to production

  • The build step should be run as follow:
yarn build