This guide will help you get quickly up and running with your first Gridsome project. If you want to learn more about Gridsome and its core concepts go here.
npm install --global @gridsome/cli
gridsome create my-gridsome-site
to create a new projectcd my-gridsome-site
to open foldergridsome develop
to start local dev server athttp://localhost:8080
- Happy coding 🎉🙌