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:
parent
b6a2ff1f5a
commit
722e9692dc
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal 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
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user