Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Development

Benedikt Rötsch edited this page Jul 28, 2020 · 1 revision

How test features and bugfixes while development with my custom project?

  1. Copy your project into examples
  2. cd into your project directory
  3. Remove these rm -rf yarn.lock node_modules
  4. Run yarn
  5. Cleanup cache: gatsby clean
  6. Start development server npm run develop
Clone this wiki locally