[](https://buildkite.com/shopify/theme-hot-reload)
npm install @shopify/theme-hot-reload
This is a library for hot reloading the development theme in local development, the Online Store Editor, and Theme Preview.
Check the CONTRIBUTING.md file to understand how to set up your development environment. Once you've made changes to the codebase, follow these steps:
- 1. Create a new changeset: Use the changeset command to create a new changeset for your changes
``bash``
pnpm changeset
- 2. Commit your changes: Commit your changes with a descriptive commit message
- 3. Push your changes: Push your changes to the theme-hot-reload repository on GitHub
- 4. Create a pull request: Go to the theme-hot-reload repository and click on the "New Pull Request" button
- 5. Describe your changes: Write a clear and concise description of the changes you've made, the issue or feature request they address, and any additional information that might be helpful to reviewers
- 6. Submit your pull request: Click the "Create Pull Request" button to submit your PR for review
- Merge the Version Packages PR
- Publish the CDN asset here:
- Click on "New build"
- Use the version number (X.Y.Z) as the message
- Click on "Create build"
- Done!