mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-11 00:36:29 +00:00
Tweak the gitpod environment
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- init: pip install -r requirements.txt
|
- init: pip install -r requirements.txt
|
||||||
- command: mkdocs serve
|
- command: mkdocs serve
|
||||||
ports:
|
ports:
|
||||||
- port: 8000
|
- port: 8000
|
||||||
onOpen: open-browser
|
onOpen: notify
|
||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- yzhang.markdown-all-in-one
|
||||||
|
- davidanson.vscode-markdownlint
|
||||||
|
- bpruitt-goddard.mermaid-markdown-syntax-highlighting
|
||||||
|
|||||||
@@ -29,13 +29,13 @@ For the best experience, start by [creating an issue](https://github.com/geek-co
|
|||||||
|
|
||||||
Once your issue has been reviewed and approved, start working on a PR using either GitHub Codespaces or local dev (below). As soon as you're ready to share your work, create a WIP PR, so that a preview URL will be generated. Iterate on your PR, marking it as ready for review when it's ... ready :grin:
|
Once your issue has been reviewed and approved, start working on a PR using either GitHub Codespaces or local dev (below). As soon as you're ready to share your work, create a WIP PR, so that a preview URL will be generated. Iterate on your PR, marking it as ready for review when it's ... ready :grin:
|
||||||
|
|
||||||
### 🏆 GitPod (free up to 50h/month)
|
### 🏆 GitPod
|
||||||
|
|
||||||
GitPod is by far the smoothest and most slick way to edit the cookbook. Click [here](https://gitpod.io/#https://github.com/geek-cookbook/geek-cookbook) to launch a browser-based editing session! 🥷
|
GitPod (free up to 50h/month) is by far the smoothest and most slick way to edit the cookbook. Click [here](https://gitpod.io/#https://github.com/geek-cookbook/geek-cookbook) to launch a browser-based editing session! 🥷
|
||||||
|
|
||||||
### 🥈 GitHub Codespaces (not free)
|
### 🥈 GitHub Codespaces
|
||||||
|
|
||||||
[GitHub Codespaces](https://github.com/features/codespaces) provides a browser-based VSCode interface, pre-configured for your development environment. For no-hassle contributions to the cookbook with realtime previews, visit the [repo](https://github.com/geek-cookbook/geek-cookbook), and when clicking the download button (*where you're usually get the URL to clone a repo*), click on "**Open with CodeSpaces**" instead:
|
[GitHub Codespaces](https://github.com/features/codespaces) (_no longer free now that it's out of beta_) provides a browser-based VSCode interface, pre-configured for your development environment. For no-hassle contributions to the cookbook with realtime previews, visit the [repo](https://github.com/geek-cookbook/geek-cookbook), and when clicking the download button (*where you're usually get the URL to clone a repo*), click on "**Open with CodeSpaces**" instead:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user