commit
cb50928040
|
@ -0,0 +1,4 @@
|
||||||
|
image: gitpod/workspace-full
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- init: bundle install
|
|
@ -1,5 +1,19 @@
|
||||||
# Developer notes
|
# 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>
|
||||||
|
[](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
|
## Starting a local instance
|
||||||
|
|
||||||
This starts Jekyll and Webpack. This requires recent versions of [Node.js], [Yarn], [Ruby] and [Bundler] installed.
|
This starts Jekyll and Webpack. This requires recent versions of [Node.js], [Yarn], [Ruby] and [Bundler] installed.
|
||||||
|
|
|
@ -17,3 +17,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for developer notes.
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for developer notes.
|
||||||
|
|
||||||
|
[](https://gitpod.io/#https://github.com/rstacruz/cheatsheets)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 504 KiB |
Loading…
Reference in New Issue