This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## Deploy your Terrarium
You can deploy, or publish your Terrarium on the web using **Azure Static Web Apps**.
1. Fork this repo
2. Press this button 👇
[](https://portal.azure.com/#create/Microsoft.StaticApp)
3. Follow the setup wizard to create your app.
- Set the **App root** to either `/solution` or the root of your codebase.
- There’s no API in this app, so you can skip the API configuration.
- A `.github` folder will be created automatically to help Azure Static Web Apps build and publish your app.