https://github.com/serhalp/build-roulette-netlify-extension
Netlify Build Roulette: kill more than the time while deploying
https://github.com/serhalp/build-roulette-netlify-extension
Last synced: 8 months ago
JSON representation
Netlify Build Roulette: kill more than the time while deploying
- Host: GitHub
- URL: https://github.com/serhalp/build-roulette-netlify-extension
- Owner: serhalp
- Created: 2025-03-16T21:59:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-10T00:46:44.000Z (9 months ago)
- Last Synced: 2025-10-06T21:37:21.784Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 803 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Roulette - a [Netlify Extension](https://sdk.netlify.com) to kill more than the time while deploying
Spin the wheel for a 1-in-6 chance of having your in-progress deploy canceled!
## Make Your Own Game
Delete all the files from the `src/components` directory and start building your own game from scratch. The file you will name `Game.tsx` will be the main file for your game.
Before the launch of the game directory, you will need to add yourself to the feature flag to test games in the Netlify app. The feature flag is called `site_build_game_surface`.
**Remember to test in dark mode! And light mode!**
## Publish
Are you ready to deploy and publish your extension? Check out our documentation on [publishing your extension](https://developers.netlify.com/sdk/publish/).