<!-- Source: https://www.stormkit.io/blog/how-to-deploy-docusarous -->
<!-- Title: How do deploy Docusaurus with Stormkit -->
<!-- Description: Quick guide to show how to deploy Docusaurus project to Stormkit -->

[Docusaurus](https://docusaurus.io/) is an open source project that empowers you to swiftly build optimized websites, allowing you to focus primarily on your content. Follow these steps to deploy your docusaurus project to Stormkit

- Log in to [Stormkit](https://app.stormkit.io/).
- Using the user interface, import your Docusaurus project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
- Navigate to the project’s production environment in Stormkit or create a new environment if needed.
- Verify the build command in your Stormkit configuration. By default, Stormkit CI will run npm run build but you can specify a custom build command on this page.
- Click the “Deploy Now” button to deploy your site.

Read more in the [Stormkit Documentation](/docs/welcome/getting-started).
