mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
.. | ||
administrators | ||
contact | ||
contribute | ||
guide | ||
images | ||
logo | ||
self-hosting | ||
workflow | ||
.eslintrc.js | ||
faq.mdx | ||
favicon.png | ||
introduction.mdx | ||
mint.json | ||
package.json | ||
README.md |
Support Docs
Live site: https://support.rallly.co
Our docs are written in MDX which is mostly Markdown with the ability to use components inside.
This site is kindly built with and hosted by Mintlify.
How to Run Locally
To preview your changes locally, you can use the mintlify cli to run a development server.
Install the cli globally:
pnpm install --global mintlify
Navigate to this directory (where you can find mint.json
):
cd apps/docs
Start the development server:
mintlify dev
Components
Mintlify provides a number of useful built-in components such as Accordion, Tabs and Callouts. Check out their documentation to see the full list of components with examples.