Skip to content

Commit d49fc60

Browse files
committed
provided gitpod.yml file
1 parent da9d0d3 commit d49fc60

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitpod.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
tasks:
2+
- name: Installing node packages
3+
init: npm ci
4+
command: npm run dev
5+
6+
ports:
7+
- port: 3000
8+
onOpen: open-preview

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Run vite (we're obviously using vitejs for vite-ma-dose !) :
2323
Open your browser : http://localhost:3000/
2424
and enjoy live reload / on-the-fly typescript compilation
2525

26+
You can also click on [this link](https://gitpod.io/#https://github.com/CovidTrackerFr/vitemadose-front) in order to open a Gitpod workspace with everything loaded in it.
27+
2628
## Alternative: Running with docker
2729
If you don't want to install node.js on your machine, you can isolate it with [docker](https://www.docker.com/get-started):
2830

0 commit comments

Comments
 (0)