![Scully Logo](https://github.com/vercel/vercel/blob/main/packages/frameworks/logos/scully.svg) # Scully Example This directory is a brief example of a [Scully](https://scully.io) site that can be deployed to Vercel with zero configuration. ## Deploy Your Own Deploy your own Scully project with Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/scully) _Live Example: https://scully-template.vercel.app_ ### How We Created This Example To get started deploying Scully with Vercel, you can use the [Vercel CLI](https://vercel.com/download) to initialize the project: ```shell $ vercel init scully ```