Managing Documentation
Quick Start
Clone the repository
Open your terminal and run the following command:
git clone https://github.com/Superp0sit1on/sonny.git
Install the dependencies
On the terminal, navigate to the docs
directory and run the following command:
npm install
pnpm install
yarn install
bun install
Run the local environment
On the terminal, run the following command:
npm run dev
pnpm run dev
yarn run dev
bun 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.