Welcome to the Hasura PromptQL Docs repository! This is the official documentation for PromptQL, powered by Hasura DDN. Below, you'll find instructions on how to install, run, and contribute to the project.
To install the necessary dependencies, simply run:
$ yarnTo start a local development server and preview the docs:
$ yarn startThis command will open a browser window, and any changes you make will automatically reflect without needing to restart the server. Perfect for quick iterations!
To build the documentation for production:
$ yarn buildThis generates static content into the build directory, which can be hosted using any static hosting service.