Managing Documentation
Quick Start
Section titled “Quick Start”Clone the repository
Section titled “Clone the repository”Open your terminal and run the following command:
git clone https://github.com/Superp0sit1on/sonny.gitInstall the dependencies
Section titled “Install the dependencies”On the terminal, navigate to the docs directory and run the following command:
npm installpnpm installyarn installbun installRun the local environment
Section titled “Run the local environment”On the terminal, run the following command:
npm run devpnpm run devyarn run devbun run devEdit the documentation
Section titled “Edit the documentation”Locate the .mdx page file you want to edit in the docs/src/content/docs directory and make your changes.