Skip to content

Commit 43947cd

Browse files
committed
Remove not needed first step from frontend documentation
1 parent e6c28c0 commit 43947cd

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,15 @@ Example: `docker-compose run --rm unison watch -path vendor/<company_name>/<modu
116116

117117
### Frontend
118118

119-
1. Start node container
120-
121-
```
122-
docker-compose up node
123-
```
124-
125-
2. NPM config setup (Only first time)
119+
1. NPM config setup (Only first time)
126120

127121
```
128122
docker-compose run --rm node sh -c "cp -n package.json.sample package.json \
129123
&& cp -n Gruntfile.js.sample Gruntfile.js \
130124
&& npm install"
131125
```
132126

133-
3. Grunt watch
127+
2. Grunt watch
134128

135129
```
136130
docker-compose run --rm node sh "grunt exec:<theme>"

0 commit comments

Comments
 (0)