chore: small improvements

This commit is contained in:
ITQ
2025-05-08 14:06:21 +03:00
parent 5ac89db372
commit ab9cafc70e
3 changed files with 3 additions and 42 deletions
+1 -41
View File
@@ -1,41 +1 @@
# Website # DataRush Docs
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ 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
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER=<Your GitHub username> yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
+1
View File
@@ -0,0 +1 @@
# DataRush Frontend
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"info": { "info": {
"_postman_id": "fd33ed4f-84b5-4045-b926-22d989876fb0", "_postman_id": "fd33ed4f-84b5-4045-b926-22d989876fb0",
"name": "Datarush tests", "name": "DataRush tests",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
"_exporter_id": "29887339" "_exporter_id": "29887339"
}, },