File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,24 @@ pain. Try using [WSL](https://docs.microsoft.com/en-us/windows/wsl/about) or fin
2727trustworthy source.
2828
2929### Frontend dependencies
30- * Devin please help.*
30+ To build any of the frontend dependencies you're going to need [ node] ( https://nodejs.org/ ) ,
31+ [ npm] ( https://www.npmjs.com/get-npm ) , and [ yarn] ( https://yarnpkg.com/ ) .
32+
33+ Make sure your system is also capable of building with [ Sass] ( https://sass-lang.com/ ) . To download all node
34+ dependencies run.
35+ ``` bash
36+ yarn install
37+ ```
38+
39+ Following the install, you should be able to run ` gulp `
40+ ``` bash
41+ gulp production
42+ ```
43+
44+ If it doesn't work for some reason, you may have to globally install gulp through npm
45+ ``` bash
46+ npm install -g gulp
47+ ```
3148
3249### Secrets and configuration
3350Packet supports 2 primary configuration methods:
You can’t perform that action at this time.
0 commit comments