Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOC-17883 - Building your own store theme documentation #1668

Open
wants to merge 1 commit into
base: EDU-13253-Building-your-own-store-theme
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ updatedAt: "2024-11-28T20:06:03.731Z"
excerpt: "Explore resources to personalize your VTEX store with Store Framework."
---

After completing the initial setup, creating your Store Theme project, and learning how to customize your store pages, you can begin advanced personalization of your store.
After completing the initial setup, creating your Store Theme project, and learning how to customize your store pages, you can start implementing advanced personalization for your store.

Under the [Store Framework](https://developers.vtex.com/docs/guides/store-framework) category, you will find a set of guides to help you customize your storefront:
Under the [Store Framework](https://developers.vtex.com/docs/guides/store-framework) category, you'll find a set of guides to help you customize your storefront:

- [Building pages](https://developers.vtex.com/docs/guides/store-framework-building-pages): Build various types of pages tailored to your business needs.
- [Building pages](https://developers.vtex.com/docs/guides/store-framework-building-pages): Create different types of pages tailored to your business needs.
- [Using components](https://developers.vtex.com/docs/guides/store-framework-using-components): Build your storefront, from basic elements to advanced customizations, by leveraging VTEX IO Store Framework components.
- [Working with Site Editor](https://developers.vtex.com/docs/guides/store-framework-working-with-site-editor): Customize your Store Framework storefront by using Site Editor.
- [Styling](https://developers.vtex.com/docs/guides/store-framework-styling): Customize your store layout with Store Framework.

You can also access our [hands-on course on the VTEX Store Framework](https://learn.vtex.com/page/learning-path-lang-en).

> ℹ To promote constructive collaboration among developers, facilitate version monitoring, and enhance the visibility of your Store Theme app, use code versioning tools such as GitHub. Learn more in [Best practices on workspace management](https://developers.vtex.com/docs/guides/vtex-io-documentation-workspaces-best-practices).
> ℹ To foster constructive collaboration among developers, facilitate version monitoring, and improve the visibility of your Store Theme app, use code versioning tools such as GitHub. Learn more in [Best practices on workspace management](https://developers.vtex.com/docs/guides/vtex-io-documentation-workspaces-best-practices).

Once youve finished customizing your storefront, whether by completing the hands-on course or following our guides, keep in mind that your Store Theme app is still stored locally on your computer and it is linked to your VTEX store only through the development workspace. To make your changes visible to end users, you need to [make your theme content public](https://developers.vtex.com/docs/guides/vtex-io-documentation-making-your-theme-content-public).
Once you've finished customizing your storefront, whether by completing the hands-on course or following our guides, remember that your Store Theme app is still stored locally on your computer and linked to your VTEX store only through the development workspace. To make your changes visible to end users, you need to [make your theme content public](https://developers.vtex.com/docs/guides/vtex-io-documentation-making-your-theme-content-public).
Loading