mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
8b4374202f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7296 GitOrigin-RevId: 68d9ac0bc8697aad0661480b33f65949ffdc8a80
25 lines
648 B
Markdown
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
|