This guide utilizes the GitHub CLI
-
gh repo fork josefaidt/svelte-themer
-
Follow the prompts to clone the fork
? Would you like to clone the fork? Yes
-
This will clone the forked repository locally with
origin
andupstream
remotes, as well as set up local branches tracking existing upstream branches. To proceed with development off themain
branch, run:git checkout -b my-new-branch
-
Install dependencies with
pnpm install
-
Run the development servers with
pnpm start
git checkout main
git fetch upstream
git pull --strategy-option theirs
pnpm version --<major|minor|patch>
pnpm publish
pnpm version prerelease --preid next
pnpm publish --tag next --publish-branch next