We welcome contributions from the community! Follow the steps below to get started.
You can also choose to simply submit an issue and the team would be more than happy to look into this for you!
Make sure you have the following installed:
First, clone the repository and navigate into the project directory:
git clone https://github.com/your-username/paradex-docs.git
cd paradex-docsThen, install the project dependencies with:
yarn installTo start the Fern server and preview the documentation locally, run:
yarn devIf everything goes right, you should see a message like:
Running server on http://localhost:3000
Visit the URL in your browser to see the documentation.
-
Create a new branch for your changes:
git checkout -b my-feature-branch
-
Make your changes in the appropriate files.
-
Commit your changes with a meaningful commit message:
git commit -m "Add feature X" -
Push your changes to Github:
git push origin my-feature-branch
-
Open a pull request on GitHub.