Skip to content

Commit 35c3cd3

Browse files
authored
Fix steps for compiling from source
Fixes purescript-concur#17
1 parent 72311a5 commit 35c3cd3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This leads to pretty fast initial load times. Running the Chrome audit on https:
4343

4444
## Installation
4545

46-
You can quickly get a production setup going (using Parcel) by cloning the [Purescript Concur Starter](https://github.com/ajnsit/purescript-concur-starter).
46+
You can quickly get a production setup going (using Spago and Parcel) by cloning the [Purescript Concur Starter](https://github.com/ajnsit/purescript-concur-starter).
4747

4848
Else you can also install purescript-concur manually using bower -
4949

@@ -57,10 +57,12 @@ bower install purescript-concur-react
5757
git clone https://github.com/ajnsit/purescript-concur.git
5858
cd purescript-concur
5959
npm install
60-
# Build examples
61-
npm run ps
60+
# Build source and examples
61+
npm run build
62+
# Start a local server
63+
npm run start
6264
# Check examples
63-
open html/index.html
65+
open localhost:1234 in the browser
6466
```
6567

6668
## External React Components

0 commit comments

Comments
 (0)