-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitpodify #177
base: main
Are you sure you want to change the base?
Gitpodify #177
Conversation
Signed-off-by: GHOST <[email protected]>
src/components/QuickStart/index.jsx
Outdated
@@ -166,6 +166,14 @@ start()` | |||
return ( | |||
<> | |||
<h1>Quick start</h1> | |||
|
|||
<a | |||
href="https://gitpod.io/#https://github.com/gitpod-samples/template-fastify" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer for the template to be sitting in the Fastify org, so we can change/modify etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could create one I can change it out!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the necessary files in https://github.com/fastify/fastify-template-gitpod?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry for the late reply @mcollina I've only just seen this 😅 - I've updated the link on the docs here and made a PR to the template: fastify/fastify-template-gitpod#1
3de85d2
to
8633c45
Compare
Description
Add Gitpod to the "Quick Start" section of the website, and gitpodify this repo.
I'm having an issue running where it's asking to run "npm run build:website" once, which seems to require being logged in with gh cli - is there a way around this?
Related Issues
n/a
Check List