diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..ee6ae17d3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +ports: + - port: 4000 + onOpen: open-preview +tasks: + - init: gem install jekyll bundler + command: jekyll serve --host 0.0.0.0 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c294b93c..abe549646 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -166,3 +166,9 @@ We use several labels to help organize and identify issues. You can find all lab * Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`). * Build and run the website locally using `$ jekyll serve`. * Connect to the website in your browser via the "Server address" provided by the output of this command, e.g. `http://localhost:4000/` + +## Building In Your Browser + +Alternatively, you can build and run the website in a readily configured online workspace: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/simple-icons/simple-icons)