Personal blog accessible at ozbe.io
In project root, start the Gatsby Docker container:
$ ./run.shIn Gatsby Docker container, start the Gatsby development server:
$ ./develop.shAfter the development server starts. Go back on the host machine (in another terminal) and open the site in Chrome:
open -a "Google Chrome" http://localhost:8000/How to hard refresh your browser Chrome, Firefox, Safari
- Stop the Gatsby server, if it is running
- Clean the cache with
gatsby clean - Restart whatever process or command you were using