https://github.com/datacoves/docs-v2
creating report to test docusaurus documentation
https://github.com/datacoves/docs-v2
Last synced: 8 months ago
JSON representation
creating report to test docusaurus documentation
- Host: GitHub
- URL: https://github.com/datacoves/docs-v2
- Owner: datacoves
- Created: 2025-08-21T20:50:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T23:46:51.000Z (9 months ago)
- Last Synced: 2025-10-01T01:19:15.767Z (9 months ago)
- Language: JavaScript
- Size: 53.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```bash
npm install
```
## Local Development
```bash
npm run 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
npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
Using SSH:
```bash
USE_SSH=true npm run deploy
```
Not using SSH:
```bash
GIT_USER= npm run 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.