Skip to content

Commit 0f4d804

Browse files
authored
docs update
1 parent 9aa0a78 commit 0f4d804

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Extension Template
22

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:
46

57
## step 1
68

@@ -10,3 +12,24 @@ Login with github: https://github.com/login
1012

1113
Create a new repository using this template.
1214
![New extension from template](https://user-images.githubusercontent.com/5336369/223931565-2708e516-a422-4e7b-9d89-9ac48c919c3d.gif)
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`
24+
25+
![image](https://user-images.githubusercontent.com/5336369/224746152-0416a862-891a-4fe1-b9dd-09add25a6cc0.png)
26+
27+
28+
* You can now make code changes to your extension and select `Debug> Reload With Extensions` to test the new code changes.
29+
* If you have an extension loaded, select `Debug> Reload With Extensions` when you are done developing the extension.
30+
31+
![image](https://user-images.githubusercontent.com/5336369/224747590-556dff1d-5b29-41c3-88a0-3ce72ab643d0.png)
32+
33+
# Detailed Documentation
34+
35+
Please go to https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes for more documentation/community support links.

0 commit comments

Comments
 (0)