You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick start and create a new extension by using this template. Follow the below 4 steps:
3
+
Quick start and create a new `node.js extension` by using this template. This
4
+
template extension works in browser as well as desktop builds.
4
5
5
-
Refer this [link](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes) for detailed extension docs after following the below steps:
6
+
In desktop builds, there is an additional capability to execute node.js code. This
7
+
is helpful if you want to extend the functionality of Phoenix Code using the
8
+
vast npm library.
9
+
10
+
For creating extensions that do not need node, follow this link:
11
+
https://github.com/phcode-dev/extension-template
12
+
13
+
Follow the below 4 steps to start using this template:
for detailed extension docs after following the below steps:
6
18
7
19
## step 1
8
20
9
-
Login with github: https://github.com/login
21
+
Login with GitHub: https://github.com/login
10
22
11
23
## step 2
12
24
@@ -15,26 +27,35 @@ Create a new repository using this template.
15
27
16
28
## step 3
17
29
18
-
* Clone your GitHub Repo created from `step 2`. See [this link](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) to lean how to clone a repository from GitHub.
30
+
- Clone your GitHub Repo created from `step 2`. See
* Go to https://create.phcode.dev .This is a special development centric website of phcode.dev which shows non minified js/css files in the browser developer tools.
23
-
* Open the cloned folder and select `Debug > Load Project As Extension`
36
+
- Go to https://create.phcode.dev .This is a special development centric
37
+
website of phcode.dev which shows non minified js/css files in the browser
38
+
developer tools.
39
+
- Open the cloned folder and select `Debug > Load Project As Extension`
0 commit comments