A snippet with main Gatsby commands
# start a development server gatsby develop # clean ".cache" and "public" directories gatsby clean # build all pages gatsby build # serves pages from the site build (from the directory "public") gatsby serve
A snippet with main Gatsby commands
# start a development server gatsby develop # clean ".cache" and "public" directories gatsby clean # build all pages gatsby build # serves pages from the site build (from the directory "public") gatsby serve