# deploy_lume_example This is an example of a static site generated by the [Lume][lume] static site generator being deployed to Deno Deploy via Drone CI. To learn more about static files on Deno Deploy, view this blog post: ## Development First, install [Lume][lume].0 ```shell deno run -A https://deno.land/x/lume/install.ts ``` Then build the site: ```shell lume ``` Then start the server: ```shell deno run -A server/main.ts ``` [lume]: https://lume.land