Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.81 KB

Warning

This project is work in project and lacking most of its documentation. Anything might change and code will move a lot. We do not encourage using it yet. We'll have an official announcement before we migrate, so stay tuned.

Welcome to rari

rari is the build system for MDN.

rari is hosted by MDN.

Getting Started

To get up and running, follow these steps:

Make sure you have Rust installed, otherwise go to https://rustup.rs/.

Clone this repository and run:

cargo run -- --help

Configuation

Create a .config.toml in the current working directory. Add the following:

content_root = "/<ABSOLUTE-PATH-TO-mdn/content>/files"
build_out_root = "/tmp/rari"

Contributing

For now we're aiming for a parity rewrite of yari's yarn build -n. Which generates the index.json for all docs. Until we reach that point the codebase will be unstable and may change at any point. Therefore we won't accept contributions for now.

By participating in and contributing to our projects and discussions, you acknowledge that you have read and agree to our Code of Conduct.

Resources

For more information about rari, see the following resources:

To be updated...

Communications

If you have any questions, please reach out to us on Discord

License

This project is licensed under the Mozilla Public License 2.0.