Skip to content

mediafoundation/media-network-docs

Repository files navigation

Media Network Documentation

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.

Installation and Running

To get started with this project, you'll need to have Node.js and Yarn installed on your machine. Then, follow these steps:

  1. 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
  2. Navigate into the repository directory: cd media-network-docs

  3. Install the dependencies: yarn install

  4. 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.

Building

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.

Deploying the Development Server

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.

Releases

No releases published

Packages

 
 
 

Contributors