https://github.com/bajetech/astrax-docs
Documentation site for the AstraX API.
https://github.com/bajetech/astrax-docs
Last synced: over 1 year ago
JSON representation
Documentation site for the AstraX API.
- Host: GitHub
- URL: https://github.com/bajetech/astrax-docs
- Owner: bajetech
- Created: 2021-08-27T11:26:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T05:49:25.000Z (over 3 years ago)
- Last Synced: 2025-02-07T21:32:42.620Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://astrax-api-docs.netlify.app
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AstraX Docs
[](https://app.netlify.com/sites/astrax-api-docs/deploys)
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.
### Deployment
Deployment is done on [Netlify](https://netlify.com) here: https://astrax-api-docs.netlify.app.