feat(docusaurus): добавление docusaurus

This commit is contained in:
2026-06-15 10:01:37 +03:00
parent 05e55fa171
commit dc4bae3ae4
17 changed files with 10702 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```bash
yarn
```
## Local Development
```bash
yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```bash
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.