File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010Example project using Reason as an ` yarn ` dependency.
1111
12+ (For instructions using npm, see [ Reason via npm] ( https://github.com/reasonml/ExampleProject/blob/master/README-NPM.md ) )
13+
1214## Install yarn:
1315
1416yarn is a fast, reliable, and secure dependency management tool. You can now use yarn to install reason.
@@ -34,31 +36,7 @@ The top level `rtop` is built in to the sandbox:
3436``` sh
3537# Opens `rtop` from the sandbox.
3638yarn top
37- ```
38-
39- # Reason via ` npm `
40-
41- Example project using Reason as an ` npm ` dependency.
42-
43- ## Get Started:
4439
45- ``` sh
46- git clone https://github.com/reasonml/ExampleProject.git
47- cd ExampleProject
48- npm install
49- npm start
50- ```
51-
52- If you are running as ` root ` already (you probably aren't) then invoke `npm
53- install --unsafe-perm` instead.
54-
55- ## Included Top Level
56-
57- The top level ` rtop ` is built in to the sandbox:
58-
59- ``` sh
60- # Opens `rtop` from the sandbox.
61- npm run top
6240```
6341
6442# Editor Support
You can’t perform that action at this time.
0 commit comments