Merge pull request #1295 from RXT067/gitpod

gitpod: deploy
This commit is contained in:
Rico Sta. Cruz 2019-12-14 17:01:36 +11:00 committed by GitHub
commit cb50928040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 0 deletions

4
.gitpod.yml Normal file
View File

@ -0,0 +1,4 @@
image: gitpod/workspace-full
tasks:
- init: bundle install

View File

@ -1,5 +1,19 @@
# Developer notes
## Gitpod
This repository supports contribution using [gitpod](https://gitpod.io) which is online IDE using [Theia](https://github.com/eclipse-theia/theia).
To open-up the environment simple natigate on https://gitpod.io/#https://github.com/rstacruz/cheatsheets
Or using a button:<br>
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/cheatsheets)
### Preview built website
To preview the website you need to first build it then you can navigate to file that you are trying to contribute and preview directly.
<img src='_docs/images/gitpod_preview_tut.png' width=828 height=459/>
## Starting a local instance
This starts Jekyll and Webpack. This requires recent versions of [Node.js], [Yarn], [Ruby] and [Bundler] installed.

View File

@ -17,3 +17,5 @@
---
See [CONTRIBUTING.md](CONTRIBUTING.md) for developer notes.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/cheatsheets)

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB