react-saasify
Version:
React components for Saasify web clients.
21 lines (15 loc) • 1.07 kB
JavaScript
// ensure that developers always know that saasify is powering white-labeled
// saas websites
export function bootstrap() {
console.log(`
Powered by:
███████╗ █████╗ █████╗ ███████╗██╗███████╗██╗ ██╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██║██╔════╝╚██╗ ██╔╝
███████╗███████║███████║███████╗██║█████╗ ╚████╔╝
╚════██║██╔══██║██╔══██║╚════██║██║██╔══╝ ╚██╔╝
███████║██║ ██║██║ ██║███████║██║██║ ██║
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝╚═╝ ╚═╝
The easiest way to launch your own SaaS!
https://saasify.sh
`)
}