Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 320ccf7

Browse files
author
kurdy
committed
update .gitpod.yml
1 parent bbc2b97 commit 320ccf7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ports:
99
- port: 8000
1010
onOpen: open-preview
1111
- port: 8080
12-
onOpen: open-browser
12+
onOpen: open-preview
1313
tasks:
1414
- command: npm install
15-
- command: dfx start
15+
- command: dfx start &

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Take care of *wrapper.js* by updating _import_ and _Actor.createActor_
100100

101101
Use command `dfx deploy` or `npm start`
102102

103+
# Try it!
104+
105+
[![Open in Gitpod](https://gitpod.io/#https://github.com/rbolog/dfinity_reactJs_reactRouter_babel)
106+
103107
# Alternatives [(read forum)](https://forum.dfinity.org/)
104108

105109
* [Easiest way to get started with frontend. ...](https://forum.dfinity.org/t/easiest-way-to-get-started-with-frontend-templates-for-react-vue-svelte-based-on-vitejs/2589?u=rbolog)

0 commit comments

Comments
 (0)