File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -40,49 +40,24 @@ tutorial](https://hyper.wickstrom.tech/docs/v0.8.0/tutorials/getting-started-wit
4040
4141* PureScript 0.13.0 or higher
4242* NodeJS
43- * A package manager and build tool
44- - Bower + Pulp
45- - Spago
43+ * [ Spago] ( https://github.com/spacchetti/spago )
4644
4745### Build
4846
4947Install dependencies and build:
5048
51- Bower + Pulp:
52- ``` bash
53- bower install
54- pulp build
55- ```
56-
57- Spago:
5849``` bash
5950spago build
6051```
6152
6253### Run Tests
6354
64- Pulp:
65- ``` bash
66- pulp test
67- ```
68-
69- Spago:
7055``` bash
7156spago test
7257```
7358
7459### Run Examples
7560
76- Pulp:
77- ``` bash
78- # general format:
79- pulp run -I examples --main Examples.< example-name>
80-
81- # for instance to run HelloHyper:
82- pulp run -I examples --main Examples.HelloHyper
83- ```
84-
85- Spago:
8661``` bash
8762# general format:
8863spago run -p examples/< example-name> .purs -m Examples.< example-name>
You can’t perform that action at this time.
0 commit comments