# install Gridsome globally
yarn global add @gridsome/cli
# cd into the project directory
cd fnb-raleigh
# install dependencies
yarn install
# Start local dev server
yarn develop
Changes to site content can be made through Forestry.
Changes you make will be commited back to the repo and automatically deployed.
Import your site in Netlify
- Create a new site in Netlify and import your repository.
- Set the build command to:
gridsome build
- Set the publish directory to:
dist
That's it, now your site gets deployed automatically on git push
or when saving documents from Forestry.