File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,10 @@ You can see how `nlz(1)` creates JS and CSS files by looking at `index.js` and `
15
15
16
16
## Installation and Setup
17
17
18
- Until https://nlz.io is launched, you need to setup the proxy locally :
18
+ First, install ` nlz ` :
19
19
20
20
``` bash
21
- git clone git://github.com/normalize/proxy.js
22
- cd proxy.js
23
- export PORT=8888
24
- npm start
25
- ```
26
-
27
- Notice how this ` .nlzrc ` file has the port ` 8888 ` set as well.
28
- Feel free to change it in both places.
29
-
30
- Then install ` nlz ` with ` npm i -g nlz ` .
31
- Personally, I would just clone and link the repository because ` nlz ` is probably going to change a lot for now.
32
-
33
- ``` bash
34
- git clone git://github.com/normalize/nlz
35
- cd nlz
36
- npm link
21
+ npm i -g nlz
37
22
```
38
23
39
24
To build the JS and CSS, run the following:
You can’t perform that action at this time.
0 commit comments