docs: add Gitpod quickstart to blog tutorial#2711
Merged
kentcdodds merged 5 commits intoremix-run:mainfrom Apr 15, 2022
jacobparis:patch-2
Merged
docs: add Gitpod quickstart to blog tutorial#2711kentcdodds merged 5 commits intoremix-run:mainfrom jacobparis:patch-2
kentcdodds merged 5 commits intoremix-run:mainfrom
jacobparis:patch-2
Conversation
kentcdodds
requested changes
Apr 12, 2022
Contributor
|
@jacobparis I just gave this a try against your repository branch, and noted the prisma dev migration is not done automatically at container init. That might be a nice thing to add to the setup script (like you're doing when you create the |
Contributor
Author
Good catch, that is definitely worth including |
kentcdodds
approved these changes
Apr 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a Gitpod quickstart to the blog tutorial. It is currently linked to my fork of
indie-stackthat has Gitpod configured (PR for that at remix-run/indie-stack#58)The goal is for people following the blog tutorial to not have to worry about setting up their local environment or installing Fly. In one click, they should be able to get into a code editor with the demo application running.
This will remain a draft until the workflow is deemed good enough to merge into Indie Stack, at which point I will update this badge to point at the base repository and remove the Draft tag
Try it out
Click this button to create a Gitpod workspace with the project set up and ready to run in VS Code or JetBrains either directly in the browser or on the desktop.
Demo (opening in local VS Code)
remix-blog-gitpod.mp4
Demo (opening in browser)
remix-blog-gitpod-browser.mp4