# Redoc CE quickstart guide
To render your OpenAPI description using Redoc CE, use the following HTML code sample and replace the `spec-url` attribute with the URL or local file address to your description.
```html
Redoc CE
```
Redoc CE requires an HTTP server to run locally
To load local OpenAPI descriptions you must run a web server.
This requirement results from the [same-origin policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy) and
other security reasons.
See [Local HTTP server](/docs/redoc/v2.x/deployment/intro#local-http-server) for detailed installation instructions.
## Resources
- **[Redoc CE deployment guide](/docs/redoc/v2.x/deployment/intro)** - Follow step-by-step instructions for setting up your Redoc CE project