This repository contains documentation for Media Network clients and providers. It includes a set of markdown files that serve as the source for a static site generated using Docusaurus.
To get started with this project, you'll need to have Node.js and Yarn installed on your machine. Then, follow these steps:
-
Clone the repository:
- Using HTTPS:
git clone https://github.com/mediafoundation/media-network-docs.git - Using GitHub CLI:
gh repo clone mediafoundation/media-network-docs
- Using HTTPS:
-
Navigate into the repository directory:
cd media-network-docs -
Install the dependencies:
yarn install -
Start the local development server:
yarn start
This command will start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
To build the static site, run the following command: yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Start the local development server: yarn start
This will start a local development server and open up a browser window. Most changes are live-reloaded, so you will not need to restart the server for your changes to take effect.