https://github.com/typpo/quickchart-docs
Documentation for QuickChart (https://quickchart.io/documentation/)
https://github.com/typpo/quickchart-docs
Last synced: 12 months ago
JSON representation
Documentation for QuickChart (https://quickchart.io/documentation/)
- Host: GitHub
- URL: https://github.com/typpo/quickchart-docs
- Owner: typpo
- Created: 2022-10-28T16:29:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T03:54:16.000Z (about 1 year ago)
- Last Synced: 2025-04-15T03:07:03.168Z (about 1 year ago)
- Language: JavaScript
- Size: 8.89 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](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.