diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..6fbb692 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,15 @@ +# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ +tasks: + - name: Install flamethrower-router + init: npm i flamethrower-router # runs during prebuild + + - name: Build It + init: npm run dev # runs during prebuild + + - name: Serve the example + command: npm run serve + +# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/ +ports: + - port: 3000 + onOpen: open-preview diff --git a/README.md b/README.md index bee4b58..5b128e5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ Scripts in `` will run on every page change, but you can force scripts in ### Contributing +> You Can Follow manual steps or just press the below button: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fireship-io/flamethrower) + + Build it: ```