Skip to content

00 development environment

maapteh edited this page Jun 18, 2020 · 6 revisions

Setting up your development environment

This part is optional, you can use your own development environment and tools.

The development environment described here is the most commonly used one and the one we recommend.

  1. Download and install Visual Studio Code together with the GraphQL plugin.
  2. Clone the repository.
  3. Run yarn from the root folder of the cloned folder
  4. Open the cloned folder using VSCode

Now we're all set!

Clone this wiki locally