refactor: перенос docusaurus в корень, так как больше ничего не планируется в этой репе держать

Reviewed-on: #2
Co-authored-by: Arswarog <arswarog@yandex.ru>
Co-committed-by: Arswarog <arswarog@yandex.ru>
This commit was merged in pull request #2.
This commit is contained in:
2026-06-16 15:04:58 +03:00
parent 8250d61f56
commit f8f100633f
19 changed files with 26 additions and 25 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.