Getting started with Gridsome

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.

1. Install Gridsome CLI tool

npm install --global @gridsome/cli

2. Create a Gridsome project

  1. gridsome create my-gridsome-site to create a new project
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start local dev server at http://localhost:8080
  4. Happy coding 🎉🙌

3. Next steps..