https://github.com/hayride-dev/docs
Hayride Documentation
https://github.com/hayride-dev/docs
ai hayride llm wasm
Last synced: 5 months ago
JSON representation
Hayride Documentation
- Host: GitHub
- URL: https://github.com/hayride-dev/docs
- Owner: hayride-dev
- License: mit
- Created: 2025-03-31T16:23:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-07T13:25:38.000Z (8 months ago)
- Last Synced: 2025-10-07T15:25:45.765Z (8 months ago)
- Topics: ai, hayride, llm, wasm
- Language: JavaScript
- Homepage: https://docs.hayride.dev/
- Size: 4.71 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hayride Docs
This repository contains the source files for the Hayride documentation, which is built using Docusaurus. The documentation covers various aspects of the Hayride platform, including installation, usage, and development.
## Local Development
To run the documentation locally, follow these steps:
```
npm run start
```
## Build
```
npm run build
```
This command will generate a static version of the documentation in the `build` directory. You can then deploy this directory to a web server or hosting service of your choice.
## Serve
```
npm run serve
```
This command will serve the static files generated in the `build` directory. You can access the documentation at `http://localhost:3000`.