-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (21 loc) · 895 Bytes
/
README.txt
File metadata and controls
31 lines (21 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source code for Internet Friends browser extension. (https://internetfriends.social)
Available on GitHub @ https://github.com/mikesingleton/InternetFriends
Requires npm and gulp to build
Built on OS:
OS Microsoft Windows 10 Pro
Version 10.0.19043 Build 19043
Versions used to build v1.0.0 of Internet Friends:
npm v8.4.1
gulp CLI v2.3.0
gulp Local v4.0.2
First time build:
1) cd to the root directory
2) run 'npm i -g node-pre-gyp' (install prerequisite for wrtc)
4) run 'npm install --global gulp-cli' (install gulp)
5) run 'npm install' (install prerequisites for Internet Friends)
6) run 'gulp' (build Internet Friends)
7) run 'gulp package' (package Internet Friends)
To build:
1) cd to the root directory
2) run 'gulp'
3) run 'gulp package'