Starters
Here you'll find a starter project we've created to help you learn how to use Gatsby with Prismic. Feel free to explore how it all works or use it as your starter project if it fits your needs!
This starter project uses the preview setup with gatsby-plugin-prismic-previews and pulls data from your newly created repository with the source plugin gatsby-source-prismic.
The content model for this sample blog has three Custom Types: homepage, post, and menu. And two initial languages that you can explore with the built-in language switcher. You can add any additional languages to your repository.
Multi-language site with multiple locals and a language switcher.
Navigate to the location you want to create your project and run the theme command in the terminal. It'll perform these processes:
- Install the Prismic CLI (command-line interface). This tool will allow you to interact with Prismic from your local machine.
- Run the theme command. It'll prompt you to name your Prismic repository and local folder. Then, it'll install the project code locally, download the project files to your machine and create a new repository with content.
- If you're not logged in to Prismic yet, it'll prompt an option to enter the email and password for your Prismic account (or sign up for an account).
Select the command for the sample project of your choice:
npx prismic-cli@latest theme --theme-url https://github.com/prismicio/gatsby-multi-language-site --conf prismic-configuration.js
- npm
- Yarn
npm start
yarn start
Your site is now running locally at http://localhost:8000. You can change the code to customize the website: edit the stylesheets, the templates, and the repository's content to fit your design.
You can publish your newly created site right away, refer to the dedicated deployment guide and select the option that best fits your needs:
Was this article helpful?
Can't find what you're looking for? Spot an error in the documentation? Get in touch with us on our Community Forum or using the feedback form above.