Skip to content

bitcoin-numeraire/doc

Repository files navigation

Numeraire Documentation

This repository hosts the documentation for the Numeraire project, built using Docusaurus, a modern static website generator.

About

This documentation provides comprehensive guides, API references, and other resources for using and contributing to Numeraire. Contributions are welcome and encouraged!

Installation

To set up the project locally, install the necessary dependencies:

yarn

Local Development

Start the local development server:

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

Generate static content for deployment:

yarn build

This command generates static content into the build directory, which can be served using any static content hosting service.

Deployment

Deployment happens automatically thanks to Github Actions.

Contributing

We welcome contributions to improve this documentation. Please see the CONTRIBUTING.md file for guidelines on how to contribute.

License

The documentation is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).