Skip to content

Managing Documentation

Quick Start

Clone the repository

Open your terminal and run the following command:

Terminal
git clone https://github.com/Superp0sit1on/sonny.git

Install the dependencies

On the terminal, navigate to the docs directory and run the following command:

Terminal
npm install

Run the local environment

On the terminal, run the following command:

Terminal
npm run dev

Edit the documentation

Locate the .mdx page file you want to edit in the docs/src/content/docs directory and make your changes.