graphql-engine/docs/CODESPACES.md
Rob Dominguez 8b4374202f docs: add docs devcontainer
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7296
GitOrigin-RevId: 68d9ac0bc8697aad0661480b33f65949ffdc8a80
2022-12-16 17:39:29 +00:00

25 lines
648 B
Markdown

# 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