Skip to content

Commit 0130775

Browse files
authored
Surge installation instructions (#23)
Added instructions how to install Surge
1 parent 2732dae commit 0130775

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/tutorial/2-deploy-your-first-contract.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ The Quick DApp plugin in REMIX simplifies the process of creating and deploying
112112

113113
You can customize the UI components based on the functions of your smart contract. The plugin allows you to specify which functions to expose to the user interface.
114114

115-
4. Deploy to Surge
115+
4. Setup Surge
116+
117+
```bash
118+
# install surge
119+
npm install --global surge
120+
121+
# create login
122+
surge login
123+
```
124+
125+
5. Deploy to Surge
116126

117127
Once your UI is configured, click the **Deploy** button. The plugin will handle the deployment process to Surge, providing you with a public URL to access your DApp.

0 commit comments

Comments
 (0)