https://github.com/drawdb-io/docs
Documentation website for drawDB
https://github.com/drawdb-io/docs
documentation docusaurus drawdb
Last synced: 4 months ago
JSON representation
Documentation website for drawDB
- Host: GitHub
- URL: https://github.com/drawdb-io/docs
- Owner: drawdb-io
- Created: 2024-08-23T09:10:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T21:20:11.000Z (11 months ago)
- Last Synced: 2025-06-06T01:39:14.307Z (7 months ago)
- Topics: documentation, docusaurus, drawdb
- Language: JavaScript
- Homepage: https://drawdb-io.github.io/docs/
- Size: 5.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drawDB documentation
Documentation website for drawDB that addresses frequestly asked questions built using [Docusaurus](https://docusaurus.io/).
### Local Development
```
$ npm 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
```
$ npm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.