Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
c7e0b728
Commit
c7e0b728
authored
Nov 15, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCUMENTATION] psc-package, readme, contributing.
parent
0fa25134
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
2 deletions
+40
-2
CONTRIBUTING.md
CONTRIBUTING.md
+9
-0
README.md
README.md
+27
-0
build
build
+3
-0
rebuild
rebuild
+1
-2
No files found.
CONTRIBUTING.md
0 → 100644
View file @
c7e0b728
#+Title: Contributing
yarn first then psc-package are used to manage dependencies
to build use ./build
to rebuild (after a major upgrade) use ./rebuild
to add a new dependency: psc-package install PACKAGE
use git, commit and pull request :)
README.md
0 → 100644
View file @
c7e0b728
# 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 nodes_modules/.bin to your path
2.
Execute ./build
## Note to the contributors
Please follow CONTRIBUTING.md
build
0 → 100755
View file @
c7e0b728
#!/bin/bash
yarn
install
&&
psc-package
install
&&
pulp
--psc-package
build
&&
pulp
--psc-package
browserify
--to
dist/bundle.js
rebuild
View file @
c7e0b728
#!/bin/bash
#!/bin/bash
rm
-rf
output bower_components node_modules
rm
-rf
output bower_components node_modules
bower
install
&&
yarn
install
&&
pulp build
&&
pulp browserify
--to
dist/bundle.js
./build
# yarn install && psc-package install && pulp --psc-package build && pulp --psc-package browserify --to dist/bundle.js
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment