/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/classic/docs/tutorial-basics/deploy-your-site.mdx
31 строка
702 B
Sébastien Lorber
chore: update examples for Docusaurus v3.10 (#11911)
07 апр 2026, 19:38
Не верифицирован
07 апр 2026, 19:38
001eafc
Код
Авторство
О чём код?
--- sidebar_position: 5 --- # Deploy your site Docusaurus is a **static-site-generator** (also called **[Jamstack](https://jamstack.org/)**). It builds your site as simple **static HTML, JavaScript and CSS files**. ## Build your site Build your site **for production**: ```bash npm run build ``` The static files are generated in the `build` folder. ## Deploy your site Test your production build locally: ```bash npm run serve ``` The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/). You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**).