make GitHub Blocks with Svelte!
The GitHub Blocks Template is a starter template for building custom Blocks using GitHub’s Blocks app. This template is specifically for the Svelte version of Blocks. Please note that currently, you need to be flagged into the GitHub Blocks Technical Preview in order to develop blocks, and there is no offline development mode available at this time.
yarn start or npm start to start the development server.localhost:4000 in your browser. If you are using Safari or another browser that doesn’t permit calling http URLs from an https page, run yarn start-https and visit https://localhost:4000 instead.The GitHub Blocks Template provides a convenient starting point for building custom Blocks using the GitHub Blocks app. With features such as hot reloading, Svelte components, TypeScript, and Vite bundling, developers can quickly iterate and test their Blocks. Although access to the GitHub Blocks Technical Preview is currently necessary, this template offers an efficient way to get started with building Blocks. For more information, tutorials, documentation, and examples, developers can visit the GitHub Next repository and join the Discord community.