Skip to content

ml-241/docs

 
 

Repository files navigation

Fern Documentation

Welcome to the Fern documentation! This repository contains the source code for Fern's comprehensive documentation site, currently live at fern-api.docs.buildwithfern.com/learn/home.

🚀 Quick Start

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (version 16 or higher)
  • npm (comes with Node.js)

Installation

  1. Install the Fern CLI globally:

    npm install -g fern-api
  2. Clone this repository:

    git clone <repository-url>
    cd docs

Local Development

To run the documentation site locally:

  1. Start the development server:

    fern docs dev
  2. Open your browser and navigate to:

    http://localhost:3000
    

The development server will automatically reload when you make changes to the documentation files.

About

Documentation for Fern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 88.3%
  • TypeScript 9.6%
  • Other 2.1%