-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: hasura/graphql-engine-mono#7296 GitOrigin-RevId: 68d9ac0bc8697aad0661480b33f65949ffdc8a80
- Loading branch information
1 parent
47eeace
commit 8b43742
Showing
5 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "Node.js", | ||
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18", | ||
"features": { | ||
"ghcr.io/devcontainers/features/git:1": {} | ||
}, | ||
"forwardPorts": [3000], | ||
"postCreateCommand": "cd docs && yarn install", | ||
"customizations": { | ||
"codespaces": { | ||
"vscode": { | ||
"extensions": ["esbenp.prettier-vscode", "streetsidesoftware.code-spell-checker"] | ||
}, | ||
"openFiles": ["docs/CODESPACES.md"] | ||
} | ||
} | ||
|
||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. | ||
// "remoteUser": "root" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# You're Using Codespaces | ||
|
||
Look at you go! Since this is running in a devcontainer, we've installed dependencies automatically for you 🔥 | ||
|
||
## The deets | ||
|
||
We've installed a few useful extensions for you, too: | ||
|
||
- **Prettier** because who formats their own code in this day and age? | ||
- **code-spell-checker** because words are hard. | ||
|
||
We hope these additions make contributing a breeze. | ||
|
||
## Next steps | ||
|
||
In the terminal below, you should see a `postCreateCommand` script running. When it's done, you'll need to run the following command to fire up the dev server: | ||
|
||
```bash | ||
cd docs && yarn start --host 0.0.0.0 | ||
``` | ||
|
||
Happy contributing! | ||
|
||
❤️ Docs Team |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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