Create a new site with
gridsome create <project>
Start development server in the project root (ie cd <project>
after create
)
For production
This will copy anything from ./static
into ./dist
as well as populate ./dist
with the generated pages to host.