https://github.com/9tigerio/db2rest-web
DB2Rest Website
https://github.com/9tigerio/db2rest-web
Last synced: 6 months ago
JSON representation
DB2Rest Website
- Host: GitHub
- URL: https://github.com/9tigerio/db2rest-web
- Owner: 9tigerio
- Created: 2023-12-29T17:39:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T21:48:21.000Z (7 months ago)
- Last Synced: 2025-04-11T02:11:43.027Z (6 months ago)
- Language: JavaScript
- Homepage: https://db2rest.com
- Size: 26.2 MB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Security: docs/security/_category_.json
Awesome Lists containing this project
README
# Website
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= 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.