mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
21 lines
555 B
Markdown
21 lines
555 B
Markdown
# XRPL Dev Portal
|
|
|
|
The [XRP Ledger Dev Portal](https://xrpl.org) is the authoritative source for XRP Ledger documentation, including the `rippled` server, RippleAPI, the Ripple Data API, and other open-source XRP Ledger software.
|
|
|
|
To build the site locally:
|
|
|
|
1. Install [**Dactyl**](https://github.com/ripple/dactyl):
|
|
|
|
sudo pip3 install dactyl
|
|
|
|
2. Clone the repo:
|
|
|
|
git clone git@github.com:ripple/xrpl-dev-portal.git
|
|
|
|
3. Build the site:
|
|
|
|
dactyl_build -t en
|
|
|
|
|
|
For more details, see the [contribution guidelines](CONTRIBUTING.md).
|