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.
Before you begin, make sure you have the following installed:
-
Install the Fern CLI globally:
npm install -g fern-api
-
Clone this repository:
git clone <repository-url> cd docs
To run the documentation site locally:
-
Start the development server:
fern docs dev
-
Open your browser and navigate to:
http://localhost:3000
The development server will automatically reload when you make changes to the documentation files.