diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..f59cfc821 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +tasks: + - init: npm install + command: npm run compile:scss +github: + prebuilds: + addBadge: true + addComment: false + addCheck: false + master: true + branches: true + pullRequestsFromForks: true diff --git a/README.md b/README.md index 2eecd4b3c..5e3c7c439 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ ## How To Use 🔧 +If you're willing to use the [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rammcodes/Dopefolio) service, skip to the last step. + From your command line, first clone Dopefolio: ```bash