1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Add gitpod config (#1164)

This commit is contained in:
Jan Keromnes 2019-02-04 14:24:42 +01:00 committed by Eric Cornelissen
parent b6a2ff1f5a
commit 722e9692dc
2 changed files with 12 additions and 0 deletions

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
ports:
- port: 4000
onOpen: open-preview
tasks:
- init: gem install jekyll bundler
command: jekyll serve --host 0.0.0.0

View File

@ -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`). * Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`).
* Build and run the website locally using `$ jekyll serve`. * 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/` * 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)