A SvelteKit app using the @vercel/flags Flags SDK.
Simple SvelteKit template that uses the Vercel Toolbar and Feature Flags.
https://toolbar-feature-flags-sveltekit.vercel.app/
You can choose from one of the following two methods to use this repository:
Deploy the example using Vercel
Execute the following command to download the example into the
my-project
npx degit@latest https://github.com/vercel/examples/toolbar/toolbar-feature-flags-sveltekit my-project
After installing the dependencies using
pnpm install
FLAGS_SECRET
node -e "console.log(crypto.randomBytes(32).toString('base64url'))"
In your local environment, connect to your created project using
vercel link
vercel env pull
Next, run SvelteKit in development mode:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).
A SvelteKit app using the @vercel/flags Flags SDK.
Simple SvelteKit template that uses the Vercel Toolbar and Feature Flags.
https://toolbar-feature-flags-sveltekit.vercel.app/
You can choose from one of the following two methods to use this repository:
Deploy the example using Vercel
Execute the following command to download the example into the
my-project
npx degit@latest https://github.com/vercel/examples/toolbar/toolbar-feature-flags-sveltekit my-project
After installing the dependencies using
pnpm install
FLAGS_SECRET
node -e "console.log(crypto.randomBytes(32).toString('base64url'))"
In your local environment, connect to your created project using
vercel link
vercel env pull
Next, run SvelteKit in development mode:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).