Docs
No description available
Install / Use
/learn @crestalnetwork/DocsREADME
Welcome to the Crestal Docs repository! This documentation hub is designed to guide developers in integrating with Crestal's tools and APIs.
Getting Started
Prerequisites
To run this documentation locally, ensure you have the following:
- Node.js - Download here
- Yarn - Install Yarn
- Mintlify CLI - Install Mintlify via npm:
npm install -g mintlify
Local Setup
To set up and run the Crestal Docs locally using Mintlify, follow these steps:
1. Clone the Repository
Clone the Crestal Docs repository and navigate to the project directory:
git clone https://github.com/crestalnetwork/docs.git
cd docs
cd mintlify-docs
2. Install Dependencies
Use Yarn to install the project's dependencies:
yarn install
4. Run the Mintlify Development Server*
Use the Mintlify CLI to run the documentation server locally:
mintlify dev
The server will be available at http://localhost:3000, where you can view and edit the documentation in real-time.
5. Build for Production (Optional)
If you need to generate a production-ready build, use:
mintlify build
This command will create a static output of your documentation in the dist folder, ready for deployment.
Contributing
We welcome contributions! To get started:
-
Fork the Repo: Fork
https://github.com/crestalnetwork/docs.gitand clone it locally. -
Create a Branch: Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make Changes: Edit the documentation and preview using:
mintlify dev
- Commit and Push: Commit your changes and push to your fork:
git add .
git commit -m "Brief description of your changes"
git push origin feature/your-feature-name
- Open a Pull Request: Submit a pull request to the main branch of the original repository.
Thanks for contributing!
Related Skills
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
