Name
Last commit
Last update
dist Loading commit data...
src Loading commit data...
test Loading commit data...
.babelrc Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
build Loading commit data...
docker-env.sh Loading commit data...
install Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
psc-package.json Loading commit data...
rebuild Loading commit data...
repl Loading commit data...
yarn.lock Loading commit data...

Gargantext Purescript

About this project

Gargantext is a collaborative web platform for the exploration of sets of unstructured documents. It combines tools from natural language processing, text-mining, complex networks analysis and interactive data visualization to pave the way toward new kinds of interactions with your digital corpora.

This software is a free software, developed by the CNRS Complex Systems Institute of Paris Île-de-France (ISC-PIF) and its partners.

Installation of this library

Dependencies warning

This library purescript-gargantext is the Front End part of Gargantext. you need the backend (haskell-gargantext) installation too.

Installation steps

  1. Add node_modules/.bin to your path
  2. Execute ./build

In one command:

PATH="$PWD/node_modules/.bin:$PATH" ./build

Note to the contributors

Please follow CONTRIBUTING.md