Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-reactix-d3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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-reactix-d3
Commits
4c88eb39
Commit
4c88eb39
authored
Jun 09, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] updated for the main lib & example
parent
ce38164d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+5
-6
README.md
example/README.md
+2
-1
No files found.
README.md
View file @
4c88eb39
...
...
@@ -7,11 +7,10 @@ A domain specific language will come to help scientist to model complex systems.
## Building
```
sh
# We use nix for building things
nix-shell
# Install nodejs dependencies
yarn
# Install deps & build the PS project
yarn spago build
```
## Serving
```
sh
nvm use --lts
yarn parcel index.html
example/README.md
View file @
4c88eb39
...
...
@@ -3,13 +3,14 @@
## Building
```
sh
nix-shell
yarn
yarn spago build
yarn spago bundle-app
```
## Serving
```
sh
nvm use
--lts
yarn parcel index.html
```
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