# Build and Deploy

{% hint style="success" %}
[Get $200 of free Digital Ocean credits.](https://m.do.co/c/e4c24293fe5d)
{% endhint %}

The Astro site will compile to static HTML and Javascript so you can host it on any platform.

You can build the static files by running:

```
npm run build
```
