Back to Graphql Engine

You're Using Codespaces

docs/CODESPACES.md

2.48.16647 B
Original Source

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