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
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Extension Template
2
2
3
-
Quick start and create a new extension by using this template. Follow the below 3 steps:
3
+
Quick start and create a new extension by using this template. Follow the below 4 steps:
4
+
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 3 steps:
4
6
5
7
## step 1
6
8
@@ -10,3 +12,24 @@ Login with github: https://github.com/login
10
12
11
13
Create a new repository using this template.
12
14

15
+
16
+
## step 3
17
+
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.
19
+
20
+
## step 4
21
+
22
+
* 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 debugger.
23
+
* Open the cloned folder and select `Debug > Load Project As Extension`
0 commit comments