mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-25 09:19:22 -05:00
562b9c5296
Co-authored-by: Matti Nannt <mail@matthiasnannt.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com> Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com> Co-authored-by: victorvhs017 <115753265+victorvhs017@users.noreply.github.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com> Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Co-authored-by: Victor Santos <victor@formbricks.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Vijay <vijayraghav22@gmail.com> Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Peter Pesti-Varga <peter@lokin.hu> Co-authored-by: Piyush Jain <122745947+d3vb0ox@users.noreply.github.com> Co-authored-by: Jakob Schott <154420406+jakobsitory@users.noreply.github.com> Co-authored-by: Gulshan Kumar <gulshanbahadur002@gmail.com> Co-authored-by: Harsh Bhat <90265455+harshsbhat@users.noreply.github.com>
Formbricks Documentation
This documentation is built using Mintlify. Here's how to run it locally and contribute.
Local Development
- Install the Mintlify CLI:
npm i -g mintlify
- Clone the Formbricks repository and navigate to the docs folder:
git clone https://github.com/formbricks/formbricks.git
cd formbricks/docs
- Run the documentation locally:
mintlify dev
The documentation will be available at http://localhost:3000.
Contributing
- Create a new branch for your changes
- Make your documentation updates
- Submit a pull request to the main repository
Troubleshooting
- If Mintlify dev isn't running, try
mintlify installto reinstall dependencies - If a page loads as a 404, ensure you're in the
docsfolder with themint.jsonfile - For other issues, please check our Contributing Guidelines