Skip to content

Commit d7e72b8

Browse files
committed
Added frontend setup notes to the readme from Devin
1 parent 339a4bd commit d7e72b8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,24 @@ pain. Try using [WSL](https://docs.microsoft.com/en-us/windows/wsl/about) or fin
2727
trustworthy 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
3350
Packet supports 2 primary configuration methods:

0 commit comments

Comments
 (0)